diff options
author | Mark H Weaver <mhw@netris.org> | 2016-07-29 14:18:07 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-07-29 14:18:07 -0400 |
commit | 0bab3af0786ffd4caec05a29d7281ac5e5c18b6b (patch) | |
tree | d83fd52d0cb72b3a9c21642583d804c8c1865646 /configure.ac | |
parent | 49d725a108dc33f4eb72faff7cf138c5dd8c64f4 (diff) | |
parent | 682a7d23385f709a680049a823bb84e45c922b3c (diff) | |
download | patches-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar patches-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 20adf85f0b..13a9b6e19f 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], [bug-guix@gnu.org], [guix], +AC_INIT([GNU Guix], [0.11.0], [bug-guix@gnu.org], [guix], [http://www.gnu.org/software/guix/]) AC_CONFIG_AUX_DIR([build-aux]) |