summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>1999-10-21 23:13:42 +0000
committerhjl <hjl>1999-10-21 23:13:42 +0000
commita05f0c7bf9eec876ebe5cc4759a4ef0faa73583f (patch)
tree25ade37d4445748ffdda7b348f313dce307c3d01
parente9d693c941c118fe8a70bc09bb9ec7f227d34bd1 (diff)
downloadnfs-utils-a05f0c7bf9eec876ebe5cc4759a4ef0faa73583f.tar.gz
nfs-utils-a05f0c7bf9eec876ebe5cc4759a4ef0faa73583f.tar.xz
nfs-utils-a05f0c7bf9eec876ebe5cc4759a4ef0faa73583f.zip
Updated to nfs-utils 0.1.1.
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 947822a..965cd54 100755
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ fi
# The nfs-utils version
-VERSION="nfs-utils 0.1"
+VERSION="nfs-utils 0.1.1"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index 1d91f5b..38913c3 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
AC_PREFIX_DEFAULT(/usr)
# The nfs-utils version
-VERSION="nfs-utils 0.1"
+VERSION="nfs-utils 0.1.1"
AC_SUBST(VERSION)
dnl *************************************************************