From: neilbrown Date: Fri, 3 Dec 2004 04:50:16 +0000 (+0000) Subject: set version to 1.0.7-pre1 X-Git-Tag: nfs-utils-1-0-7-pre1^0 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=2312040530af18422dd811e4338a4ae81bdcada4;hp=1ec2b86efd8ddb68100ff557086481367aadc4fa set version to 1.0.7-pre1 --- diff --git a/ChangeLog b/ChangeLog index ddfbe94..0e31d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-03 NeilBrown + Release 1.0.7-pre1 for testing + + * config.mk, configure.in: update version number, run autoconf + 2004-12-03 Trond Myklebust * utils/statd/statd.c(main): ignore SIGPIPE diff --git a/configure b/configure index 0a79dd4..75ce00a 100755 --- a/configure +++ b/configure @@ -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 *************************************************************