diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-05-18 10:11:33 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-05-18 10:11:33 +0200 |
commit | ae832c599fc25e9557200205a168989bae375489 (patch) | |
tree | 1e0f1fcb3e241f901783fdc0eb6c446b23b9c1c7 /configure.ac | |
parent | 4e5ddd10dfa53e2463a953f2710956eeb8eb2fe3 (diff) | |
download | mig-ae832c599fc25e9557200205a168989bae375489.tar.gz mig-ae832c599fc25e9557200205a168989bae375489.tar.bz2 mig-ae832c599fc25e9557200205a168989bae375489.zip |
GNU MIG 1.7
* configure.ac (AC_INIT): Set version to 1.7.
* NEWS: Finalize for 1.7.
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 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]) |