summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-12-18 19:34:53 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-12-18 19:34:53 +0100
commitf39d2a9e977e5b37d1990194bfe2a48cd1a70a66 (patch)
tree8b5de1a01643bf1d6ff297568660b2f6cdac6b03
parent8be02b22e2d8ee73b2c124e2b9b14dda7404daaa (diff)
GNU MIG 1.8v1.8
* configure.ac (AC_INIT): Set version to 1.8. * NEWS: Finalize for 1.8.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 66f9292..21b376c 100644
--- a/NEWS
+++ b/NEWS
@@ -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])