summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-11 13:53:03 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-11 13:53:03 +0100
commite71998cd93dc4b5eb77ec881adef20ae3a39df56 (patch)
treebb575dc9acd3a7e51c6cea9e7b09d0fd42a6d317 /configure.ac
parent5d6dbd299e8389e8eb918daac00df9b6f6835e14 (diff)
downloadpatches-e71998cd93dc4b5eb77ec881adef20ae3a39df56.tar
patches-e71998cd93dc4b5eb77ec881adef20ae3a39df56.tar.gz
build: Bump to version 0.6.
* configure.ac: Switch to 0.6.
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 252b8f71a2..07f8539504 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.5], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.6], [bug-guix@gnu.org], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])