diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-12-03 NeilBrown <neilb@cse.unsw.edu.au> + Release 1.0.7-pre1 for testing + + * config.mk, configure.in: update version number, run autoconf + 2004-12-03 Trond Myklebust <trond.myklebust@fys.uio.no> * utils/statd/statd.c(main): ignore SIGPIPE @@ -545,7 +545,7 @@ fi # The nfs-utils version -VERSION="1.0.6" +VERSION="1.0.7-pre1" # Check whether --with-release or --without-release was given. diff --git a/configure.in b/configure.in index 5d683a6..ca7ce4c 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="1.0.6" +VERSION="1.0.7-pre1" AC_SUBST(VERSION) dnl ************************************************************* |