summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorhjl <hjl>2000-07-03 18:00:49 +0000
committerhjl <hjl>2000-07-03 18:00:49 +0000
commit29d681c69d696e37d327a0b9323ec76663bd2937 (patch)
treef44e4546101a614a2223033e3aeed8ede66d0d58 /configure.in
parent313c1662bb9dfd8094de0cc4666b03f1b9e89d22 (diff)
downloadnfs-utils-29d681c69d696e37d327a0b9323ec76663bd2937.tar.gz
nfs-utils-29d681c69d696e37d327a0b9323ec76663bd2937.tar.xz
nfs-utils-29d681c69d696e37d327a0b9323ec76663bd2937.zip
2000-07-03 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.9". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c01093b..a6098c8 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
AC_PREFIX_DEFAULT(/usr)
# The nfs-utils version
-VERSION="0.1.8.2"
+VERSION="0.1.9"
AC_SUBST(VERSION)
dnl *************************************************************