diff options
author | hjl <hjl> | 2000-08-30 14:15:15 +0000 |
---|---|---|
committer | hjl <hjl> | 2000-08-30 14:15:15 +0000 |
commit | ab54ee454b411b1eeedbb65ad0ae14d587c3b09d (patch) | |
tree | bde187a2752dd1b10b3dcaae739a2536fe33a349 | |
parent | f1a5721d6d085f2fad7e62ab824b3eac5226cf03 (diff) | |
download | nfs-utils-ab54ee454b411b1eeedbb65ad0ae14d587c3b09d.tar.gz nfs-utils-ab54ee454b411b1eeedbb65ad0ae14d587c3b09d.tar.xz nfs-utils-ab54ee454b411b1eeedbb65ad0ae14d587c3b09d.zip |
2000-08-30 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.2".
* configure: Regenerated.
* nfs-utils.spec: Updated.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | nfs-utils.spec | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2000-08-30 H.J. Lu <hjl@lucon.org> + + * configure.in (VERSION): Set to "0.2". + * configure: Regenerated. + * nfs-utils.spec: Updated. + 2000-08-25 H.J. Lu <hjl@lucon.org> * support/misc/tcpwrapper.c (logit): Modify the log output. @@ -533,7 +533,7 @@ fi # The nfs-utils version -VERSION="0.1.9.1" +VERSION="0.2" # Check whether --with-statedir or --without-statedir was given. diff --git a/configure.in b/configure.in index 3ca9f21..8db3b00 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.9.1" +VERSION="0.2" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/nfs-utils.spec b/nfs-utils.spec index 5815978..cd03476 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.9.1 +Version: 0.2 Release: 1 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons |