[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/02: build: Bump to version 0.10.5.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 02/02: build: Bump to version 0.10.5. |
Date: |
Wed, 26 Jun 2024 10:10:11 -0400 (EDT) |
civodul pushed a commit to branch main
in repository shepherd.
commit 01106a2072496264edda727f83729147b8da2df5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 26 15:51:53 2024 +0200
build: Bump to version 0.10.5.
* configure.ac: Bump to version 0.10.5.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index da113f2..f98024d 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.4], [bug-guix@gnu.org])
+AC_INIT([GNU Shepherd], [0.10.5], [bug-guix@gnu.org])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])