commit 2a386f2493e28398c28036420de9f7ff2548b731
parent 3255ce6346f5f6fc1d42f11b44f9a479eb552ced
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 10 Feb 2024 19:24:02 +0100
bump
Diffstat:
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([sync],[0.9.3],[taler-bug@gnu.org])
+AC_INIT([sync],[0.9.4],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/sync/sync-httpd.c])
AC_CONFIG_HEADERS([sync_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+sync (0.9.4) unstable; urgency=low
+
+ * Actual v0.9.4 release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Sat, 10 Feb 2024 03:50:12 +0200
+
sync (0.9.3-1) unstable; urgency=low
* Actual v0.9.3 release.
diff --git a/debian/control b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libgnunet-dev (>=0.21),
- libtalerexchange-dev (>= 0.9.3),
- libtalermerchant-dev (>= 0.9.3),
+ libtalerexchange-dev (>= 0.9.4),
+ libtalermerchant-dev (>= 0.9.4),
libpq-dev (>=14.0),
pkg-config,
po-debconf,
@@ -42,8 +42,8 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.9.3),
- libtalermerchant (>= 0.9.3),
+ libtalerexchange (>= 0.9.4),
+ libtalermerchant (>= 0.9.4),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -64,8 +64,8 @@ Package: libsync-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.9.3),
- libtalerexchange-dev (>= 0.9.3),
+ libtalermerchant-dev (>= 0.9.4),
+ libtalerexchange-dev (>= 0.9.4),
libgnunet-dev (>=0.21),
${misc:Depends},
${shlibs:Depends}