summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorhjl <hjl>2001-01-25 21:17:39 +0000
committerhjl <hjl>2001-01-25 21:17:39 +0000
commit9299bb4d96117d298f691f683e655d3456faaaeb (patch)
treef6131bdb1d49d8fc3e5875bf7c3546b48e463dfe /configure.in
parentb419fe243f312c5b833530a4c0baac4b8530aed7 (diff)
downloadnfs-utils-9299bb4d96117d298f691f683e655d3456faaaeb.tar.gz
nfs-utils-9299bb4d96117d298f691f683e655d3456faaaeb.tar.xz
nfs-utils-9299bb4d96117d298f691f683e655d3456faaaeb.zip
2001-01-25 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.3". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.
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 6d8b6de..f0e0851 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.2.1"
+VERSION="0.3"
AC_SUBST(VERSION)
dnl *************************************************************