mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
build: Bump version number.
* configure.ac: Switch to version 0.1.
This commit is contained in:
parent
3abaf0c440
commit
2dda7734ba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.68)
|
||||
AC_INIT([Guix], [0.0], [guile-user@gnu.org])
|
||||
AC_INIT([Guix], [0.1], [guile-user@gnu.org])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 gnu silent-rules subdir-objects \
|
||||
|
|
Loading…
Reference in a new issue