civodul pushed a commit to branch core-updates
in repository guix.
commit abbe2c61cf9d625f54b69b40d1133d893ed0c11d
Author: Ludovic Courtès <[email protected]>
Date: Fri Sep 25 17:05:07 2015 +0200
build: Bump version number.
* configure.ac: Change version to 0.9.0.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index cbe5dfb..1cfe876 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.8.3], [[email protected]], [guix],
+AC_INIT([GNU Guix], [0.9.0], [[email protected]], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])