summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-12-18 16:11:18 +0100
committerRicardo Wurmus <rekado@elephly.net>2016-12-20 12:29:13 +0100
commitbd6ff5b42b9daaea9a0786892d4327a30013a992 (patch)
tree30d76e7ab126284658f839c2c8b87954788b2a5b /configure.ac
parent620431be6154f6e056fc8ed51a22c97336aa8fdc (diff)
downloadpatches-bd6ff5b42b9daaea9a0786892d4327a30013a992.tar
patches-bd6ff5b42b9daaea9a0786892d4327a30013a992.tar.gz
build: Bump version number.
* configure.ac: Change version to 0.12.0.
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 34f1323792..4888624ba9 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.11.0], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.12.0], [bug-guix@gnu.org], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])