diff options
Diffstat (limited to 'usr.bin/bmake/config.h')
-rw-r--r-- | usr.bin/bmake/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h index 32026c7..93191b5 100644 --- a/usr.bin/bmake/config.h +++ b/usr.bin/bmake/config.h @@ -230,7 +230,7 @@ #define PACKAGE_NAME "bmake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "bmake 20121212" +#define PACKAGE_STRING "bmake 20130303" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bmake" @@ -239,7 +239,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20121212" +#define PACKAGE_VERSION "20130303" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void |