summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2004-12-03 04:50:16 +0000
committerneilbrown <neilbrown>2004-12-03 04:50:16 +0000
commit2312040530af18422dd811e4338a4ae81bdcada4 (patch)
tree4748f5d792393fefc597d734173b2fc2858c9c67
parent1ec2b86efd8ddb68100ff557086481367aadc4fa (diff)
downloadnfs-utils-2312040530af18422dd811e4338a4ae81bdcada4.tar.gz
nfs-utils-2312040530af18422dd811e4338a4ae81bdcada4.tar.xz
nfs-utils-2312040530af18422dd811e4338a4ae81bdcada4.zip
set version to 1.0.7-pre1
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ddfbe94..0e31d54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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 *************************************************************