diff options
author | neilbrown <neilbrown> | 2006-03-27 00:34:34 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2006-03-27 00:34:34 +0000 |
commit | bbc5c48decf8092af73e782508a40bca43b55eb8 (patch) | |
tree | ecaf5deca9820d1dfa2041177734a1081c193c55 | |
parent | 4fde9011946076918021a7007408b0d9802e80d0 (diff) | |
download | nfs-utils-bbc5c48decf8092af73e782508a40bca43b55eb8.tar.gz nfs-utils-bbc5c48decf8092af73e782508a40bca43b55eb8.tar.xz nfs-utils-bbc5c48decf8092af73e782508a40bca43b55eb8.zip |
update version to -rc3
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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) |