jmd pushed a commit to branch wip-installer
in repository guix.
commit f1d5ab6b23de5a7951a201c4cb74a53f8c20d81e
Author: Ricardo Wurmus <[email protected]>
Date: Sun Dec 18 16:11:18 2016 +0100
build: Bump version number.
* configure.ac: Change version to 0.12.0.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 34f1323..4888624 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], [[email protected]], [guix],
+AC_INIT([GNU Guix], [0.12.0], [[email protected]], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])