aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-09-27 21:40:01 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-09-27 21:40:01 +0200
commit23567fa69eee5ddf311672867818771b27c2a27d (patch)
tree68d7e5c64765a1d3123f1b0e6d2940e7e93cc018 /configure.ac
parent4a69ee8aa0efb013f1041bb7d745027abc995c72 (diff)
downloadmig-23567fa69eee5ddf311672867818771b27c2a27d.tar.gz
mig-23567fa69eee5ddf311672867818771b27c2a27d.tar.bz2
mig-23567fa69eee5ddf311672867818771b27c2a27d.zip
GNU MIG 1.4.
* configure.ac (AC_INIT): Set version to 1.4. * NEWS: Finalize changes for 1.4. * README: Update.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index adf3163..efd542a 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.3.1.99], [bug-hurd@gnu.org])
+AC_INIT([GNU MIG], [1.4], [bug-hurd@gnu.org])
AC_CONFIG_SRCDIR([migcom.c])
AC_CONFIG_AUX_DIR([build-aux])