diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index d37177beff..6e565bcbdd 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -1512,13 +1512,13 @@ #define PACKAGE_NAME "GNU coreutils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU coreutils 6.7" +#define PACKAGE_STRING "GNU coreutils 6.9" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "coreutils" /* Define to the version of this package. */ -#define PACKAGE_VERSION "6.7" +#define PACKAGE_VERSION "6.9" /* the number of pending output bytes on stream `fp' */ #define PENDING_OUTPUT_N_BYTES fp->_IO_write_ptr - fp->_IO_write_base @@ -1658,7 +1658,7 @@ #define USE_UNLOCKED_IO 1 /* Version number of package */ -#define VERSION "6.7" +#define VERSION "6.9" /* Define if unsetenv() returns void, not int. */ /* #undef VOID_UNSETENV */ diff --git a/src/bin/coreutils/src/coreutils.rdef b/src/bin/coreutils/src/coreutils.rdef index d6d908dcfe..2dd9cbb26e 100644 --- a/src/bin/coreutils/src/coreutils.rdef +++ b/src/bin/coreutils/src/coreutils.rdef @@ -1,10 +1,10 @@ resource app_version { major = 6, - middle = 7, + middle = 9, minor = 0, variety = B_APPV_FINAL, internal = 0, short_info = "coreutils", - long_info = "coreutils ©2006 The Free Software Foundation" + long_info = "coreutils ©2007 The Free Software Foundation" };