diff options
-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]) |