diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-12-03 21:59:42 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-12-03 21:59:42 +0000 |
commit | 8718d4cd93f039d1cf5c0d927f0f3fd345cf2eac (patch) | |
tree | 2d8d3966de11ee38b3d3f3ea937371f410361691 | |
parent | 06bb7932eab81a412e9dc451a39f46f2fc07dc49 (diff) | |
download | src-8718d4cd93f039d1cf5c0d927f0f3fd345cf2eac.tar.gz src-8718d4cd93f039d1cf5c0d927f0f3fd345cf2eac.zip |
Oops. Use the correct version number. The number that was here was the
one that I originally used on freefall etc.
Approved by: re
Notes
Notes:
svn path=/head/; revision=107564
-rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/lib/config.h.proto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/lib/config.h b/gnu/usr.bin/cvs/lib/config.h index 5877b44ec536..2ca659b46f18 100644 --- a/gnu/usr.bin/cvs/lib/config.h +++ b/gnu/usr.bin/cvs/lib/config.h @@ -364,7 +364,7 @@ #define PACKAGE_NAME "Concurrent Versions System (CVS)" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.2.1-20021024-FreeBSD" +#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.2.1-20021201-FreeBSD" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cvs" diff --git a/gnu/usr.bin/cvs/lib/config.h.proto b/gnu/usr.bin/cvs/lib/config.h.proto index 5877b44ec536..2ca659b46f18 100644 --- a/gnu/usr.bin/cvs/lib/config.h.proto +++ b/gnu/usr.bin/cvs/lib/config.h.proto @@ -364,7 +364,7 @@ #define PACKAGE_NAME "Concurrent Versions System (CVS)" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.2.1-20021024-FreeBSD" +#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.2.1-20021201-FreeBSD" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cvs" |