summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-25 13:38:16 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-25 13:47:09 +0200
commit5f28f6aab4b6ed0d87283823e707088d683e00aa (patch)
treefdbd3c50a38ed53bf87421817d72b252004ecafa /configure.ac
parent445d652916b4ffe337b2d1c7bfd2df70b925f486 (diff)
downloadpatches-5f28f6aab4b6ed0d87283823e707088d683e00aa.tar
patches-5f28f6aab4b6ed0d87283823e707088d683e00aa.tar.gz
build: Bump to version 0.8.
* configure.ac: Switch to 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 e9fd1699b7..71b3ddacaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.68)
-AC_INIT([GNU Guix], [0.7], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.8], [bug-guix@gnu.org], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])