summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-05-18 21:41:49 +0000
committerhjl <hjl>2000-05-18 21:41:49 +0000
commit62393e334ac95e4cd61d959a4a2e675cf32f58a7 (patch)
tree2bc5ea00e9bedbf298b3d425a3344a341b3330b9
parent2fa836dd82ed15151a46dbf7911879c5660d12ba (diff)
downloadnfs-utils-62393e334ac95e4cd61d959a4a2e675cf32f58a7.tar.gz
nfs-utils-62393e334ac95e4cd61d959a4a2e675cf32f58a7.tar.xz
nfs-utils-62393e334ac95e4cd61d959a4a2e675cf32f58a7.zip
2000-05-18 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.4". * configure: Regenerated. * nfs-utils.spec: Updated.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--nfs-utils.spec2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b436636..fdd8e64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-05-18 H.J. Lu <hjl@lucon.org>
+ * configure.in (VERSION): Set to "0.1.7.4".
+ * configure: Regenerated.
+ * nfs-utils.spec: Updated.
+
+2000-05-18 H.J. Lu <hjl@lucon.org>
+
* etc/redhat/nfs.init (restart): Just do stop and start.
2000-05-09 Jay Weber <jweber@valinux.com>
diff --git a/configure b/configure
index 31c55ef..bc5685f 100755
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ fi
# The nfs-utils version
-VERSION="0.1.7.3"
+VERSION="0.1.7.4"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index fe8b9b3..637f2c5 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.7.3"
+VERSION="0.1.7.4"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index a4b7a48..fd2543e 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -1,6 +1,6 @@
Summary: NFS utlilities and supporting daemons for the kernel NFS server.
Name: nfs-utils
-Version: 0.1.7.3
+Version: 0.1.7.4
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons