summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-05-18 10:11:54 +0200
committerThomas Schwinge <thomas@codesourcery.com>2016-05-18 10:11:54 +0200
commitb33507ab62bda82178b9a57aa3f6cfee5febc142 (patch)
treea97fb35396c9fbd3bc0899875ae1bad60879b112 /configure.ac
parent34071b357d821cc6285ef85d600dfa842252949c (diff)
GNU Hurd 0.8v0.8
* configure.ac (AC_INIT): Set version to 0.8. * NEWS: Finalize for 0.8.
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 124eb07d..365fc856 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.7], [bug-hurd@gnu.org])
+AC_INIT([GNU Hurd], [0.8], [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.