summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])