Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/imake/include update for imake 1.0.9.



details:   https://anonhg.NetBSD.org/xsrc/rev/27e0cd3884cb
branches:  trunk
changeset: 7228:27e0cd3884cb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Nov 11 07:55:19 2022 +0000

description:
update for imake 1.0.9.

diffstat:

 external/mit/imake/include/config.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r cfcd2b8001b9 -r 27e0cd3884cb external/mit/imake/include/config.h
--- a/external/mit/imake/include/config.h       Fri Nov 11 07:52:54 2022 +0000
+++ b/external/mit/imake/include/config.h       Fri Nov 11 07:55:19 2022 +0000
@@ -41,7 +41,7 @@
 #define PACKAGE_NAME "imake"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "imake 1.0.8"
+#define PACKAGE_STRING "imake 1.0.9"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "imake"
@@ -50,7 +50,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.8"
+#define PACKAGE_VERSION "1.0.9"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 1
@@ -59,10 +59,10 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 8
+#define PACKAGE_VERSION_PATCHLEVEL 9
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "1.0.8"
+#define VERSION "1.0.9"



Home | Main Index | Thread Index | Old Index