civodul pushed a commit to branch master
in repository guix.

commit bd883da3e398edffa1af06187304aca13f8dc01f
Author: Ludovic Courtès <[email protected]>
Date:   Fri Jul 29 10:15:56 2016 +0200

    build: Bump version number.
    
    * configure.ac: Change version to 0.11.0.
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8367b41..17d5c4b 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.10.0], [[email protected]], [guix],
+AC_INIT([GNU Guix], [0.11.0], [[email protected]], [guix],
   [http://www.gnu.org/software/guix/])
 AC_CONFIG_AUX_DIR([build-aux])
 

Reply via email to