diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-18 19:38:57 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-18 19:38:57 +0100 |
commit | 5add1f4c531639b6247c827566ae55426c1182d7 (patch) | |
tree | 587b7f1d17a52736d5827124103de8a7e03efdb0 /configure.ac | |
parent | 29ca072fcfeb04fc29dfa9853621c15b58a3ebcf (diff) | |
download | hurd-5add1f4c531639b6247c827566ae55426c1182d7.tar.gz hurd-5add1f4c531639b6247c827566ae55426c1182d7.tar.bz2 hurd-5add1f4c531639b6247c827566ae55426c1182d7.zip |
GNU Hurd 0.9
* configure.ac (AC_INIT): Set version to 0.9.
* NEWS: Finalize for 0.9.
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 365fc856..5cbbea89 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.8], [bug-hurd@gnu.org]) +AC_INIT([GNU Hurd], [0.9], [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. |