rekado pushed a commit to branch master in repository guix. commit bd6ff5b42b9daaea9a0786892d4327a30013a992 Author: Ricardo Wurmus <rek...@elephly.net> 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], [bug-g...@gnu.org], [guix], +AC_INIT([GNU Guix], [0.12.0], [bug-g...@gnu.org], [guix], [http://www.gnu.org/software/guix/]) AC_CONFIG_AUX_DIR([build-aux])