summaryrefslogtreecommitdiff
path: root/configh.dos
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-28 15:15:18 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-28 15:15:18 +0900
commit62e818d0e4e064f6da403cbf516dc7a7301ec569 (patch)
tree6460e009c267f3712a693403b2dbdf161ab0941b /configh.dos
parente15597c3e85dedc015ff923a88febd46a1551f71 (diff)
downloadmake-62e818d0e4e064f6da403cbf516dc7a7301ec569.tar.gz
make-62e818d0e4e064f6da403cbf516dc7a7301ec569.tar.bz2
make-62e818d0e4e064f6da403cbf516dc7a7301ec569.zip
Imported Upstream version 4.1upstream/4.1
Diffstat (limited to 'configh.dos')
-rw-r--r--configh.dos8
1 files changed, 4 insertions, 4 deletions
diff --git a/configh.dos b/configh.dos
index 03bf8db..b316214 100644
--- a/configh.dos
+++ b/configh.dos
@@ -1,6 +1,6 @@
/* configh.dos -- hand-massaged config.h file for MS-DOS builds -*-C-*-
-Copyright (C) 1994-2013 Free Software Foundation, Inc.
+Copyright (C) 1994-2014 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
@@ -92,19 +92,19 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#define PACKAGE_NAME "GNU make"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU make 4.0"
+#define PACKAGE_STRING "GNU make 4.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "make"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0"
+#define PACKAGE_VERSION "4.1"
/* Output sync sypport */
#define NO_OUTPUT_SYNC
/* Version number of package */
-#define VERSION "4.0"
+#define VERSION "4.1"
/* Build host information. */
#define MAKE_HOST "i386-pc-msdosdjgpp"