Changeset 25482

Show
Ignore:
Timestamp:
05/13/08 13:32:50 (6 months ago)
Author:
mmu_man
Message:

Don't forget config.h and rdef when updating... it was still saying 3.80.

Location:
haiku/trunk/src/bin/make
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/bin/make/config.h

    r16869 r25482  
    293293 
    294294/* Define to the full name and version of this package. */ 
    295 #define PACKAGE_STRING "GNU make 3.80" 
     295#define PACKAGE_STRING "GNU make 3.81" 
    296296 
    297297/* Define to the one symbol short name of this package. */ 
     
    299299 
    300300/* Define to the version of this package. */ 
    301 #define PACKAGE_VERSION "3.80" 
     301#define PACKAGE_VERSION "3.81" 
    302302 
    303303/* Define to 1 if the C compiler supports function prototypes. */ 
     
    352352 
    353353/* Version number of package */ 
    354 #define VERSION "3.80" 
     354#define VERSION "3.81" 
    355355 
    356356/* Define if using the dmalloc debugging malloc package */ 
  • haiku/trunk/src/bin/make/make.rdef

    r8137 r25482  
    22{ 
    33        major = 3, 
    4         middle = 80, 
     4        middle = 81, 
    55        minor = 0, 
    66        variety = 5, 
    77        internal = 0, 
    8         short_info = "3.80",  
    9     long_info  = "3.80 ©2002 The Free Software Foundation" 
     8        short_info = "3.81",  
     9    long_info  = "3.81 ©2006 The Free Software Foundation, Inc." 
    1010}; 
    1111