summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-01-18 16:57:37 +0100
committerLudovic Courtès <ludo@gnu.org>2013-01-18 16:59:02 +0100
commit5fc5c2f340c3bc7bc73428fbe1265a724203f668 (patch)
tree6794ecb4399b635555793ab736d22f3195f30629 /configure.ac
parent665991957cb6e812788fa28ead7fff67742eb451 (diff)
downloadguix-5fc5c2f340c3bc7bc73428fbe1265a724203f668.tar.gz
guix-5fc5c2f340c3bc7bc73428fbe1265a724203f668.tar.xz
build: Bump to version 0.2.
* configure.ac: Bump version number.
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 0c3a9e5f6f..8c71016782 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.1], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.2], [bug-guix@gnu.org], [guix],
[http://gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])