Changeset 25482
- Timestamp:
- 05/13/08 13:32:50 (6 months ago)
- Location:
- haiku/trunk/src/bin/make
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/bin/make/config.h
r16869 r25482 293 293 294 294 /* Define to the full name and version of this package. */ 295 #define PACKAGE_STRING "GNU make 3.8 0"295 #define PACKAGE_STRING "GNU make 3.81" 296 296 297 297 /* Define to the one symbol short name of this package. */ … … 299 299 300 300 /* Define to the version of this package. */ 301 #define PACKAGE_VERSION "3.8 0"301 #define PACKAGE_VERSION "3.81" 302 302 303 303 /* Define to 1 if the C compiler supports function prototypes. */ … … 352 352 353 353 /* Version number of package */ 354 #define VERSION "3.8 0"354 #define VERSION "3.81" 355 355 356 356 /* Define if using the dmalloc debugging malloc package */ -
haiku/trunk/src/bin/make/make.rdef
r8137 r25482 2 2 { 3 3 major = 3, 4 middle = 8 0,4 middle = 81, 5 5 minor = 0, 6 6 variety = 5, 7 7 internal = 0, 8 short_info = "3.8 0",9 long_info = "3.8 0 ©2002 The Free Software Foundation"8 short_info = "3.81", 9 long_info = "3.81 ©2006 The Free Software Foundation, Inc." 10 10 }; 11 11
