From ae832c599fc25e9557200205a168989bae375489 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 18 May 2016 10:11:33 +0200 Subject: GNU MIG 1.7 * configure.ac (AC_INIT): Set version to 1.7. * NEWS: Finalize for 1.7. --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 03fa1c5..bd1f00c 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ -Version 1.7 (2016-04-XX) +Version 1.7 (2016-05-18) * MIG now has a test suite. It includes a set of valid and invalid definition files that MIG will try to process. For valid definitions, GCC will compile the stubs to check if valid C code was generated. -* The generated code uses integer types from 'stdint.h' now instead of +* The generated code uses integer types from now instead of the old Mach types. * Code that was hard-coding the word size has been identified and diff --git a/configure.ac b/configure.ac index 897d11c..0fff2f5 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.6], [bug-hurd@gnu.org]) +AC_INIT([GNU MIG], [1.7], [bug-hurd@gnu.org]) AC_CONFIG_SRCDIR([migcom.c]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.3