diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-12 06:40:31 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-12 06:40:31 +0000 |
commit | f63fffc57e79c6ea98ac029eec885abc5a332b76 (patch) | |
tree | d729485b0b5a0e95dbc03457341573074fc23c66 /gnu/usr.bin/sort/config.h | |
parent | ac41c81412f096f9fc7024176e273e8a7fd157fd (diff) | |
download | src-f63fffc57e79c6ea98ac029eec885abc5a332b76.tar.gz src-f63fffc57e79c6ea98ac029eec885abc5a332b76.zip |
Update version strings to better reflect reality.
Notes
Notes:
svn path=/head/; revision=133551
Diffstat (limited to 'gnu/usr.bin/sort/config.h')
-rw-r--r-- | gnu/usr.bin/sort/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/sort/config.h b/gnu/usr.bin/sort/config.h index 6f2909a54c81..44f944c04b0c 100644 --- a/gnu/usr.bin/sort/config.h +++ b/gnu/usr.bin/sort/config.h @@ -1231,13 +1231,13 @@ #define PACKAGE_NAME "GNU coreutils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU coreutils 5.2.1" +#define PACKAGE_STRING "GNU coreutils 5.3.0-20040812-FreeBSD" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "coreutils" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.2.1" +#define PACKAGE_VERSION "5.3.0-20040812-FreeBSD" /* the number of pending output bytes on stream `fp' */ #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base @@ -1338,7 +1338,7 @@ /* #undef UMAX4_3 */ /* Version number of package */ -#define VERSION "5.2.1" +#define VERSION "5.3.0-20040812-FreeBSD" /* Define if sys/ptem.h is required for struct winsize. */ /* #undef WINSIZE_IN_PTEM */ |