[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 03/03: build: Bump to version 1.0.0rc1.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 03/03: build: Bump to version 1.0.0rc1. |
Date: |
Sat, 9 Nov 2024 16:56:25 -0500 (EST) |
civodul pushed a commit to branch main
in repository shepherd.
commit f3010ca85c0435e21b4e732b3b33f8d65961edd7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 9 22:39:31 2024 +0100
build: Bump to version 1.0.0rc1.
* configure.ac: Bump to version 1.0.0rc1.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 75ae455..56e7bd7 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.5], [bug-guix@gnu.org])
+AC_INIT([GNU Shepherd], [1.0.0rc1], [bug-guix@gnu.org])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])