From 56124d1dfcab54366b696fe3cf48f99376453613 Mon Sep 17 00:00:00 2001 From: Alexandre Perrin Date: Thu, 21 Nov 2013 17:48:13 +0100 Subject: [PATCH 6/7] bmake: updated files in usr.bin/bmake --- usr.bin/bmake/Makefile | 2 +- usr.bin/bmake/config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile index 26a858a..ab52ba5 100644 --- a/usr.bin/bmake/Makefile +++ b/usr.bin/bmake/Makefile @@ -21,7 +21,7 @@ SRCS+= meta.c srcdir= ${.CURDIR}/../../contrib/bmake # Base version on src date -MAKE_VERSION= 20121010 +MAKE_VERSION= 20131001 .if defined(BOOTSTRAPPING) DEFAULT_SYS_PATH = ${.CURDIR}/../../share/mk .else diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h index 9cf8c8a..0781491 100644 --- a/usr.bin/bmake/config.h +++ b/usr.bin/bmake/config.h @@ -229,7 +229,7 @@ #define PACKAGE_NAME "bmake" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "bmake 20120620" +#define PACKAGE_STRING "bmake 20130706" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "bmake" @@ -238,7 +238,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20120620" +#define PACKAGE_VERSION "20130706" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void -- 1.8.4.1