summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog6
2 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b9a132a..4168c9e 100644
--- 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
index 566f332..db1d3de 100644
--- 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.