Don't forget config.h and rdef when updating... it was still saying 3.80.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25482 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3ca1072d44
commit
10f483bf90
@ -292,13 +292,13 @@
|
||||
#define PACKAGE_NAME "GNU make"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GNU make 3.80"
|
||||
#define PACKAGE_STRING "GNU make 3.81"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "make"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "3.80"
|
||||
#define PACKAGE_VERSION "3.81"
|
||||
|
||||
/* Define to 1 if the C compiler supports function prototypes. */
|
||||
#define PROTOTYPES 1
|
||||
@ -351,7 +351,7 @@
|
||||
/* #undef UMAX4_3 */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "3.80"
|
||||
#define VERSION "3.81"
|
||||
|
||||
/* Define if using the dmalloc debugging malloc package */
|
||||
/* #undef WITH_DMALLOC */
|
||||
|
@ -1,11 +1,11 @@
|
||||
resource app_version
|
||||
{
|
||||
major = 3,
|
||||
middle = 80,
|
||||
middle = 81,
|
||||
minor = 0,
|
||||
variety = 5,
|
||||
internal = 0,
|
||||
short_info = "3.80",
|
||||
long_info = "3.80 ©2002 The Free Software Foundation"
|
||||
short_info = "3.81",
|
||||
long_info = "3.81 ©2006 The Free Software Foundation, Inc."
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user