[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/02: build: Bump to version 0.10.1.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 02/02: build: Bump to version 0.10.1. |
Date: |
Mon, 29 May 2023 16:10:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit 0a64dcb5f1c41c428daeb6eb587ed7385d9eee2c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 29 19:27:12 2023 +0200
build: Bump to version 0.10.1.
* configure.ac: Bump to version 0.10.1.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 978a733..18455a0 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.0], [bug-guix@gnu.org])
+AC_INIT([GNU Shepherd], [0.10.1], [bug-guix@gnu.org])
AC_CONFIG_SRCDIR([modules/shepherd.scm])
AC_CONFIG_AUX_DIR([build-aux])