civodul pushed a commit to branch main
in repository shepherd.
commit 9206dc3b005f88962b458dac574106998fdb57cf
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Feb 12 10:04:06 2025 +0100
build: Bump to version 1.0.2.
* configure.ac: Bump to version 1.0.2.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 31e1e9e..c630e78 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.2rc1], [[email protected]])
+AC_INIT([GNU Shepherd], [1.0.2], [[email protected]])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])