diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:35:44 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-10-31 13:35:44 +0100 |
commit | ff578e992a792e4a844a9a800e48ad9cef69e97a (patch) | |
tree | 4afdcacb7cc1a06e9329699c35aa17a8884c8ab2 /configure.ac | |
parent | 3f0a9b1145c25d1f0f19fc93da3c272c5505a5ee (diff) | |
download | hurd-ff578e992a792e4a844a9a800e48ad9cef69e97a.tar.gz hurd-ff578e992a792e4a844a9a800e48ad9cef69e97a.tar.bz2 hurd-ff578e992a792e4a844a9a800e48ad9cef69e97a.zip |
GNU Hurd 0.7
* configure.ac (AC_INIT): Set version to 0.7.
* NEWS: Finalize for 0.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 b03057bc..124eb07d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.54) dnl Minimum Autoconf version required. -AC_INIT([GNU Hurd], [0.6], [bug-hurd@gnu.org]) +AC_INIT([GNU Hurd], [0.7], [bug-hurd@gnu.org]) AC_CONFIG_SRCDIR([hurd/hurd_types.h]) dnl File to look for in srcdir. AC_PREFIX_DEFAULT() dnl Default to empty prefix, not /usr/local. |