summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 62ccd58..809ac66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-Version 1.6 (2015-10-XX)
+Version 1.6 (2015-10-31)
-* Mig now emits RPC lookup functions that are declared `static inline'
+* MIG now emits RPC lookup functions that are declared `static inline'
improving compatibility with newer dialects of C.
-
+
Version 1.5 (2015-04-10)
* Add support for protected payloads. The new `intranpayload' option
diff --git a/configure.ac b/configure.ac
index 332c593..6ffbeda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl configure script for GNU MIG.
AC_PREREQ([2.53])
-AC_INIT([GNU MIG], [1.5], [bug-hurd@gnu.org])
+AC_INIT([GNU MIG], [1.6], [bug-hurd@gnu.org])
AC_CONFIG_SRCDIR([migcom.c])
AC_CONFIG_AUX_DIR([build-aux])