mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
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:
parent
28fab8364b
commit
3ae5aef980
@ -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 */
|
||||
|
@ -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"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user