diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:35:14 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:35:14 +0100 |
commit | c01a23d17a84fc42caba4031241c050e4a533d3f (patch) | |
tree | 1818b6f457bfea7251054d6d4cee94e8754ebce4 | |
parent | eb2755f02ec1506a744acece80a4ce6060ff5fac (diff) | |
download | mig-c01a23d17a84fc42caba4031241c050e4a533d3f.tar.gz mig-c01a23d17a84fc42caba4031241c050e4a533d3f.tar.bz2 mig-c01a23d17a84fc42caba4031241c050e4a533d3f.zip |
GNU MIG 1.6
* configure.ac (AC_INIT): Set version to 1.6.
* NEWS: Finalize for 1.6.
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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]) |