From c01a23d17a84fc42caba4031241c050e4a533d3f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 31 Oct 2015 13:35:14 +0100 Subject: GNU MIG 1.6 * configure.ac (AC_INIT): Set version to 1.6. * NEWS: Finalize for 1.6. --- NEWS | 6 +++--- configure.ac | 2 +- 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]) -- cgit v1.2.3