diff options
author | tjr <tjr@FreeBSD.org> | 2004-08-12 06:40:31 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-08-12 06:40:31 +0000 |
commit | dc09deef3a2df211e75856fbaebb347ff7e82f0b (patch) | |
tree | d729485b0b5a0e95dbc03457341573074fc23c66 /gnu/usr.bin/sort | |
parent | 155b11f9d0bb6a7c7493fb50fadb63d5789aee38 (diff) | |
download | FreeBSD-src-dc09deef3a2df211e75856fbaebb347ff7e82f0b.zip FreeBSD-src-dc09deef3a2df211e75856fbaebb347ff7e82f0b.tar.gz |
Update version strings to better reflect reality.
Diffstat (limited to 'gnu/usr.bin/sort')
-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 6f2909a..44f944c 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 */ |