From f63fffc57e79c6ea98ac029eec885abc5a332b76 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 12 Aug 2004 06:40:31 +0000 Subject: [PATCH] Update version strings to better reflect reality. --- gnu/usr.bin/sort/config.h | 6 +++--- 1 file 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 */