diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-12-18 16:11:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-12-20 12:29:13 +0100 |
commit | bd6ff5b42b9daaea9a0786892d4327a30013a992 (patch) | |
tree | 30d76e7ab126284658f839c2c8b87954788b2a5b /configure.ac | |
parent | 620431be6154f6e056fc8ed51a22c97336aa8fdc (diff) | |
download | patches-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.ac | 2 |
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]) |