diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-01-21 22:27:42 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-01-21 22:27:42 +0000 |
| commit | b0625a752971b30b3eb79dc060602b29d7bfb424 (patch) | |
| tree | 81bc8ae1d34e26c25df056090dad410b8f894d40 /gnu | |
| parent | d07f1af66690e5a2e05d60be4e404d910c0061a4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/config.h | 4 |
1 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 e34f340d555c..50e576e1b34a 100644 --- a/gnu/usr.bin/cvs/lib/config.h +++ b/gnu/usr.bin/cvs/lib/config.h @@ -364,13 +364,13 @@ #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-20021201-FreeBSD" +#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.11.5-FreeBSD" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cvs" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.11.2.1-20021201-FreeBSD" +#define PACKAGE_VERSION "1.11.5-FreeBSD" /* Path to the pr utility */ #define PR_PROGRAM "/usr/bin/pr" |
