summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 *************************************************************