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:
@@ -292,13 +292,13 @@
|
|||||||
#define PACKAGE_NAME "GNU make"
|
#define PACKAGE_NAME "GNU make"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "make"
|
#define PACKAGE_TARNAME "make"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* 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 to 1 if the C compiler supports function prototypes. */
|
||||||
#define PROTOTYPES 1
|
#define PROTOTYPES 1
|
||||||
@@ -351,7 +351,7 @@
|
|||||||
/* #undef UMAX4_3 */
|
/* #undef UMAX4_3 */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "3.80"
|
#define VERSION "3.81"
|
||||||
|
|
||||||
/* Define if using the dmalloc debugging malloc package */
|
/* Define if using the dmalloc debugging malloc package */
|
||||||
/* #undef WITH_DMALLOC */
|
/* #undef WITH_DMALLOC */
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
resource app_version
|
resource app_version
|
||||||
{
|
{
|
||||||
major = 3,
|
major = 3,
|
||||||
middle = 80,
|
middle = 81,
|
||||||
minor = 0,
|
minor = 0,
|
||||||
variety = 5,
|
variety = 5,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
short_info = "3.80",
|
short_info = "3.81",
|
||||||
long_info = "3.80 ©2002 The Free Software Foundation"
|
long_info = "3.81 ©2006 The Free Software Foundation, Inc."
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user