summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-12-18 19:38:57 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-12-18 19:38:57 +0100
commit5add1f4c531639b6247c827566ae55426c1182d7 (patch)
tree587b7f1d17a52736d5827124103de8a7e03efdb0 /configure.ac
parent29ca072fcfeb04fc29dfa9853621c15b58a3ebcf (diff)
GNU Hurd 0.9v0.9
* configure.ac (AC_INIT): Set version to 0.9. * NEWS: Finalize for 0.9.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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.