civodul pushed a commit to branch master in repository guix. commit aeaa5ccbf4e12ce651443bb0fda53e25599a221e Author: Ludovic Courtès <l...@gnu.org> Date: Thu Mar 24 23:04:37 2016 +0100
build: Bump version number. * configure.ac: Change version to 0.10.0. --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index f61c04c..6296b1f 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.9.1], [bug-g...@gnu.org], [guix], +AC_INIT([GNU Guix], [0.10.0], [bug-g...@gnu.org], [guix], [http://www.gnu.org/software/guix/]) AC_CONFIG_AUX_DIR([build-aux])