aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-03 14:30:12 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-03 14:30:12 +0200
commit366801afd55eba479abb1994da831a26bbb60f40 (patch)
tree23310f1e2780cbe07ce57a0628fa06ce8f851161 /configure.ac
parent558e8b11d77ed79c1ae0baf5fda66cfc083bab4b (diff)
downloadguix-366801afd55eba479abb1994da831a26bbb60f40.tar
guix-366801afd55eba479abb1994da831a26bbb60f40.tar.gz
build: Bump version number.
* configure.ac: Change version to 0.8.3.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aea14014f5..50b65fdac1 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.2], [bug-guix@gnu.org], [guix],
+AC_INIT([GNU Guix], [0.8.3], [bug-guix@gnu.org], [guix],
[http://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])