civodul pushed a commit to branch master
in repository shepherd.

commit 0d2a781f5793216cf2106bc2a04856edd9c09c90
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun May 7 23:08:57 2023 +0200

    build: Bump to version 0.10.0rc2.
    
    * configure.ac: Bump to version 0.10.0rc2.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 31e46e6..65abc5d 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.10.0rc1], [[email protected]])
+AC_INIT([GNU Shepherd], [0.10.0rc2], [[email protected]])
 AC_CONFIG_SRCDIR([modules/shepherd.scm])
 AC_CONFIG_AUX_DIR([build-aux])
 

Reply via email to