[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -version bump
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -version bump |
Date: |
Fri, 13 Dec 2024 23:20:27 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 50cc475d -version bump
50cc475d is described below
commit 50cc475dfaafc3b96a0b1238dd7b55b25592eb19
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 13 23:20:24 2024 +0100
-version bump
---
configure.ac | 2 +-
debian/changelog | 6 ++++++
doc/doxygen/taler.doxy | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4cce8d50..bf2a645f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-merchant],[0.14.0],[taler-bug@gnunet.org])
+AC_INIT([taler-merchant],[0.14.1],[taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
index 25357d2e..d15e8c36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-merchant (0.14.1) unstable; urgency=low
+
+ * Release version 0.14.1
+
+ -- Christian Grothoff <grothoff@taler.net> Fri, 13 Dec 2024 16:35:43 +0200
+
taler-merchant (0.14.0-1) unstable; urgency=low
* Fix installation of taler-merchant-reconciliation and
taler-merchant-exchangekeyupdate service files.
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index e9fa02f6..d4fb8595 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "GNU Taler: Merchant"
-PROJECT_NUMBER = 0.14.0
+PROJECT_NUMBER = 0.14.1
PROJECT_LOGO = logo.svg
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = YES
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -version bump,
gnunet <=