summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-10-31 13:33:01 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-10-31 13:33:01 +0100
commit4c721d8da43ebbe77da0a874cea170e7ba5a61ac (patch)
treecf44cf986fee842daa3382d0f93145378f627271
parenta42c4ee0845b79fb70c2206982347c1b0c093f87 (diff)
GNU Mach 1.6v1.6
* version.m4 (AC_PACKAGE_VERSION): Set to 1.6. * NEWS: Finalize for 1.6.
-rw-r--r--NEWS4
-rw-r--r--version.m42
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6a2b259c..e8bb33f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 1.6 (2015-10-XX)
+Version 1.6 (2015-10-31)
The code has been updated to work with newer versions of the compiler,
and numerous bugs have been fixed throughout the code.
@@ -25,7 +25,7 @@ identified and fixed.
ANSI escape sequences are now handled when using `printf'. This fixes
the formatting of messages printed by various Linux drivers.
-
+
Version 1.5 (2015-04-10)
Numerous cleanups and stylistic fixes of the code base. Several
diff --git a/version.m4 b/version.m4
index 9bebd3b8..ef5ee1ef 100644
--- a/version.m4
+++ b/version.m4
@@ -1,4 +1,4 @@
m4_define([AC_PACKAGE_NAME],[GNU Mach])
-m4_define([AC_PACKAGE_VERSION],[1.5])
+m4_define([AC_PACKAGE_VERSION],[1.6])
m4_define([AC_PACKAGE_BUGREPORT],[bug-hurd@gnu.org])
m4_define([AC_PACKAGE_TARNAME],[gnumach])