From 03cea32031bf9d641022f199f16e2eb898ff9bd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Tue, 5 Jan 2016 23:54:53 +0100
Subject: [PATCH] build: Bump version number.

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

diff --git a/configure.ac b/configure.ac
index 19efd08e640..0d06592b534 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.0], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.9.1], [bug-guix@gnu.org], [guix],
   [http://www.gnu.org/software/guix/])
 AC_CONFIG_AUX_DIR([build-aux])
 
-- 
GitLab