Update version

This commit is contained in:
Keith Winstein
2012-03-10 16:51:30 -05:00
parent 843401a935
commit 66730050ee
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([mosh], [0.98b], [mosh-devel@mit.edu]) AC_INIT([mosh], [0.98c], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
+6
View File
@@ -1,3 +1,9 @@
mosh (0.98c-1) unstable; urgency=low
* Fix pointer comparison (Anders Kaseorg)
-- Keith Winstein <keithw@mit.edu> Sat, 10 Mar 2012 16:50:35 -0500
mosh (0.98b-1) unstable; urgency=low mosh (0.98b-1) unstable; urgency=low
* Update README.md * Update README.md