forgot to update version info
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23133 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1512,13 +1512,13 @@
|
|||||||
#define PACKAGE_NAME "GNU coreutils"
|
#define PACKAGE_NAME "GNU coreutils"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "coreutils"
|
#define PACKAGE_TARNAME "coreutils"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* 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' */
|
/* the number of pending output bytes on stream `fp' */
|
||||||
#define PENDING_OUTPUT_N_BYTES fp->_IO_write_ptr - fp->_IO_write_base
|
#define PENDING_OUTPUT_N_BYTES fp->_IO_write_ptr - fp->_IO_write_base
|
||||||
@@ -1658,7 +1658,7 @@
|
|||||||
#define USE_UNLOCKED_IO 1
|
#define USE_UNLOCKED_IO 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "6.7"
|
#define VERSION "6.9"
|
||||||
|
|
||||||
/* Define if unsetenv() returns void, not int. */
|
/* Define if unsetenv() returns void, not int. */
|
||||||
/* #undef VOID_UNSETENV */
|
/* #undef VOID_UNSETENV */
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
resource app_version {
|
resource app_version {
|
||||||
major = 6,
|
major = 6,
|
||||||
middle = 7,
|
middle = 9,
|
||||||
minor = 0,
|
minor = 0,
|
||||||
variety = B_APPV_FINAL,
|
variety = B_APPV_FINAL,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
short_info = "coreutils",
|
short_info = "coreutils",
|
||||||
long_info = "coreutils ©2006 The Free Software Foundation"
|
long_info = "coreutils ©2007 The Free Software Foundation"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user