diff --git a/src/bin/make/config.h b/src/bin/make/config.h index 21398bbb3c..987bc15e97 100644 --- a/src/bin/make/config.h +++ b/src/bin/make/config.h @@ -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 */ diff --git a/src/bin/make/make.rdef b/src/bin/make/make.rdef index 40e2ba1c06..dc9560b782 100644 --- a/src/bin/make/make.rdef +++ b/src/bin/make/make.rdef @@ -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." };