[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: build: Bump version number.
From: |
Ludovic Courtès |
Subject: |
02/02: build: Bump version number. |
Date: |
Tue, 05 Jan 2016 22:55:34 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 03cea32031bf9d641022f199f16e2eb898ff9bd3
Author: Ludovic Courtès <address@hidden>
Date: Tue Jan 5 23:54:53 2016 +0100
build: Bump version number.
* configure.ac: Change version to 0.9.1.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 19efd08..0d06592 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], address@hidden, [guix],
+AC_INIT([GNU Guix], [0.9.1], address@hidden, [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])