diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-12 16:34:57 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-12 16:34:57 -0700 |
| commit | f469be5cce79eae02c890db3df836a24fcf1ac79 (patch) | |
| tree | 1d331cf134f171768fa2b25dcb40e8cad71c359f | |
| parent | 72ef62d79fff78c041142c50edac8d24b211ae4d (diff) | |
make: Fix version in config.h
| -rw-r--r-- | devel/make/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/make/config.h b/devel/make/config.h index 68818b93..0938c4b2 100644 --- a/devel/make/config.h +++ b/devel/make/config.h @@ -68,10 +68,10 @@ #define PACKAGE "make" #define PACKAGE_BUGREPORT "bug-make@gnu.org" #define PACKAGE_NAME "GNU make" -#define PACKAGE_STRING "GNU make 4.2" +#define PACKAGE_STRING "GNU make 4.2.1" #define PACKAGE_TARNAME "make" #define PACKAGE_URL "http://www.gnu.org/software/make/" -#define PACKAGE_VERSION "4.2" +#define PACKAGE_VERSION "4.2.1" #define PATH_SEPARATOR_CHAR ':' #define SCCS_GET "get" /* #undef SCCS_GET_MINUS_G */ @@ -97,7 +97,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "4.2" +#define VERSION "4.2.1" /* #undef WINDOWS32 */ /* #undef WITH_DMALLOC */ #ifndef _DARWIN_USE_64_BIT_INODE |
