summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-17 15:11:37 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-17 15:11:40 +0100
commit168e117bfca0f3f2eefd620b0110fe41d38b737a (patch)
tree604a7071a9b3bbacfacb03bbada6a1b44e31f8ba
parenta69b7c31aeae099d27082ff6ca20753128be1ddb (diff)
downloadtaler-mdb-168e117bfca0f3f2eefd620b0110fe41d38b737a.tar.gz
taler-mdb-168e117bfca0f3f2eefd620b0110fe41d38b737a.tar.bz2
taler-mdb-168e117bfca0f3f2eefd620b0110fe41d38b737a.zip
bumping version to v0.9.1v0.9.1
-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.