civodul pushed a commit to branch master
in repository shepherd.
commit 56a489061e6d8b365c1840e01876dabc688847d2
Author: Ludovic Courtès <[email protected]>
Date: Tue Apr 23 09:49:56 2019 +0200
build: Bump to version 0.6.0.
* configure.ac: Bump to version 0.6.0.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 3877913..6c2b06f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure
script.
AC_PREREQ(2.69)
dnl Initialization
-AC_INIT([GNU Shepherd], [0.5.0], [[email protected]])
+AC_INIT([GNU Shepherd], [0.6.0], [[email protected]])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])