summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-27 00:34:34 +0000
committerneilbrown <neilbrown>2006-03-27 00:34:34 +0000
commitbbc5c48decf8092af73e782508a40bca43b55eb8 (patch)
treeecaf5deca9820d1dfa2041177734a1081c193c55
parent4fde9011946076918021a7007408b0d9802e80d0 (diff)
downloadnfs-utils-bbc5c48decf8092af73e782508a40bca43b55eb8.tar.gz
nfs-utils-bbc5c48decf8092af73e782508a40bca43b55eb8.tar.xz
nfs-utils-bbc5c48decf8092af73e782508a40bca43b55eb8.zip
update version to -rc3
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 510a63d..eb21171 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-03-27 NeilBrown <neilb@suse.de>
+ 1.0.8-rc3
+
2006-03-27 kwc@citi.umich.edu
Add debugging to better detect negotiation of enctype not supported by kernel
diff --git a/configure.in b/configure.in
index c57a207..c971d2e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_INIT([linux nfs-utils],[1.0.8-rc2],[nfs@lists.sf.net],[nfs-utils])
+AC_INIT([linux nfs-utils],[1.0.8-rc3],[nfs@lists.sf.net],[nfs-utils])
AC_CANONICAL_BUILD([])
AC_CANONICAL_HOST([])
AC_CONFIG_SRCDIR(tools/getiversion/getiversion.c)