Increment version number
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT(mosh, 0.9, mosh-devel@mit.edu)
|
||||
AM_INIT_AUTOMAKE(mosh, 0.9)
|
||||
AC_INIT(mosh, 0.9a, mosh-devel@mit.edu)
|
||||
AM_INIT_AUTOMAKE(mosh, 0.9a)
|
||||
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user