summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-17 15:09:01 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-17 15:09:03 +0100
commitbd1161044cbfbecdcbb445217e3bac2b4528c980 (patch)
tree23c77281931550662c2979351e21359d576148d6
parenta79a561cc4696ff166d77e74aa33ca8b3269e0a0 (diff)
downloadsync-bd1161044cbfbecdcbb445217e3bac2b4528c980.tar.gz
sync-bd1161044cbfbecdcbb445217e3bac2b4528c980.tar.bz2
sync-bd1161044cbfbecdcbb445217e3bac2b4528c980.zip
bumping version to v0.9.1v0.9.1
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0372aec..768c0df 100644
--- 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.0],[taler-bug@gnu.org])
+AC_INIT([sync],[0.9.1],[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
index 9d467fa..887c62f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sync (0.9.1) unstable; urgency=low
+
+ * Packaging latest release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Jan 2023 11:50:12 +0200
+
sync (0.9.0) unstable; urgency=low
* Packaging official release.