diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-27 21:40:01 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-27 21:40:01 +0200 |
commit | 23567fa69eee5ddf311672867818771b27c2a27d (patch) | |
tree | 68d7e5c64765a1d3123f1b0e6d2940e7e93cc018 /configure.ac | |
parent | 4a69ee8aa0efb013f1041bb7d745027abc995c72 (diff) | |
download | mig-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.ac | 2 |
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]) |