commit 168e117bfca0f3f2eefd620b0110fe41d38b737a
parent a69b7c31aeae099d27082ff6ca20753128be1ddb
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 17 Jan 2023 15:11:37 +0100
bumping version to v0.9.1
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -1,8 +1,10 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
+#
+# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([taler-mdb],[0.9.0],[taler@gnu.org])
+AC_INIT([taler-mdb],[0.9.1],[taler@gnu.org])
AC_CONFIG_SRCDIR([src/taler-mdb.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-mdb (0.9.1) unstable; urgency=low
+
+ * Packaging latest release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 11:50:12 +0200
+
taler-mdb (0.9.0-2) unstable; urgency=medium
* Proper v0.9.0 release form upstream.