diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-18 19:34:53 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-18 19:34:53 +0100 |
commit | f39d2a9e977e5b37d1990194bfe2a48cd1a70a66 (patch) | |
tree | 8b5de1a01643bf1d6ff297568660b2f6cdac6b03 | |
parent | 8be02b22e2d8ee73b2c124e2b9b14dda7404daaa (diff) | |
download | mig-f39d2a9e977e5b37d1990194bfe2a48cd1a70a66.tar.gz mig-f39d2a9e977e5b37d1990194bfe2a48cd1a70a66.tar.bz2 mig-f39d2a9e977e5b37d1990194bfe2a48cd1a70a66.zip |
GNU MIG 1.8
* configure.ac (AC_INIT): Set version to 1.8.
* NEWS: Finalize for 1.8.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 1.8 (2016-12-XX) +Version 1.8 (2016-12-18) A spurious warning in the generated code has been fixed. diff --git a/configure.ac b/configure.ac index 0fff2f5..14dc291 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.7], [bug-hurd@gnu.org]) +AC_INIT([GNU MIG], [1.8], [bug-hurd@gnu.org]) AC_CONFIG_SRCDIR([migcom.c]) AC_CONFIG_AUX_DIR([build-aux]) |