summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-07-19 00:08:24 +0200
committerLudovic Courtès <ludo@gnu.org>2013-07-19 00:08:24 +0200
commit044498a0b995b0f4802dd691eee22cf965d527dc (patch)
treec10f67608b5da0b623e62d7a413663b75220d6f4 /configure.ac
parent8b2d9e5d44691110aa34d768d3aae4a4d862011a (diff)
downloadpatches-044498a0b995b0f4802dd691eee22cf965d527dc.tar
patches-044498a0b995b0f4802dd691eee22cf965d527dc.tar.gz
build: Bump version to 0.4.
* configure.ac: Switch to 0.4.
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 2700bb65ea..fc6a14b13b 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.3], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.4], [bug-guix@gnu.org], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])