diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-04-10 13:04:33 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-04-10 13:04:33 +0200 |
commit | b8ffab7c38f3ede424b8a07553d6ee6b16abb85b (patch) | |
tree | 6b686fd55c5d8e4f091bf41b58d0c2f78fced4c0 /configure.ac | |
parent | 7940555177699048a111043d22b00969445cba80 (diff) |
GNU Hurd 0.6.
* configure.ac (AC_INIT): Set version to 0.6.
* NEWS: Finalize for 0.6.
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 a388e096..71f3a0ee 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.5], [bug-hurd@gnu.org]) +AC_INIT([GNU Hurd], [0.6], [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. |