Increment version number

This commit is contained in:
Keith Winstein
2012-02-07 03:03:29 -05:00
parent ce9cab0c4c
commit b1d098d3ca
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT(mosh, 0.9, mosh-devel@mit.edu) AC_INIT(mosh, 0.9a, mosh-devel@mit.edu)
AM_INIT_AUTOMAKE(mosh, 0.9) AM_INIT_AUTOMAKE(mosh, 0.9a)
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_OUTPUT(Makefile src/Makefile src/crypto/Makefile src/frontend/Makefile src/network/Makefile src/protobufs/Makefile src/statesync/Makefile src/terminal/Makefile src/util/Makefile scripts/Makefile src/examples/Makefile) AC_OUTPUT(Makefile src/Makefile src/crypto/Makefile src/frontend/Makefile src/network/Makefile src/protobufs/Makefile src/statesync/Makefile src/terminal/Makefile src/util/Makefile scripts/Makefile src/examples/Makefile)
+7 -1
View File
@@ -1,4 +1,10 @@
mosh (0.9-0ubuntu2) oneiric; urgency=low mosh (0.9a-0ubuntu1) oneiric; urgency=low
* Edit README
-- Keith Winstein <keithw@mit.edu> Sun, 05 Feb 2012 03:50:53 -0500
mosh (0.9-0ubuntu1) oneiric; urgency=low
* Initial release * Initial release