diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:33:01 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:33:01 +0100 |
commit | 4c721d8da43ebbe77da0a874cea170e7ba5a61ac (patch) | |
tree | cf44cf986fee842daa3382d0f93145378f627271 | |
parent | a42c4ee0845b79fb70c2206982347c1b0c093f87 (diff) |
GNU Mach 1.6
* version.m4 (AC_PACKAGE_VERSION): Set to 1.6.
* NEWS: Finalize for 1.6.
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | version.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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]) |