diff options
author | peter <peter@FreeBSD.org> | 2002-12-03 21:59:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-12-03 21:59:42 +0000 |
commit | 1d704c21dc2b4a5dac9c13d406a91876f3c63e70 (patch) | |
tree | 2d8d3966de11ee38b3d3f3ea937371f410361691 /gnu/usr.bin/cvs | |
parent | e3f63b42b5690cfb9bfb7bfd430e10c125acb2b8 (diff) | |
download | FreeBSD-src-1d704c21dc2b4a5dac9c13d406a91876f3c63e70.zip FreeBSD-src-1d704c21dc2b4a5dac9c13d406a91876f3c63e70.tar.gz |
Oops. Use the correct version number. The number that was here was the
one that I originally used on freefall etc.
Approved by: re
Diffstat (limited to 'gnu/usr.bin/cvs')
-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 5877b44..2ca659b 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 5877b44..2ca659b 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" |