This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch main
in repository shepherd.
The following commit(s) were added to refs/heads/main by this push:
new 6e740fb build: Bump to version 1.0.0rc2.
6e740fb is described below
commit 6e740fbc4a48f6f41800e7ecfc312d6c99d3587b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Nov 30 21:34:54 2024 +0100
build: Bump to version 1.0.0rc2.
* configure.ac: Bump to version 1.0.0rc2.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 56e7bd7..2d065cf 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], [1.0.0rc1], [[email protected]])
+AC_INIT([GNU Shepherd], [1.0.0rc2], [[email protected]])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])