civodul pushed a commit to branch main
in repository shepherd.

commit f7fa03a74be697c0926c62e9297e9f78d58ff469
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Apr 16 12:15:26 2025 +0200

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

diff --git a/configure.ac b/configure.ac
index cdea265..444c1ed 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.4rc1], [[email protected]])
+AC_INIT([GNU Shepherd], [1.0.4], [[email protected]])
 AC_CONFIG_SRCDIR([modules/shepherd.scm])
 AC_CONFIG_AUX_DIR([build-aux])
 

Reply via email to