summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-26 19:11:06 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-26 19:11:13 +0200
commit5f362f02d47d1caf0a02e4719eeb3550c324f669 (patch)
tree1abc02c7d5381f8d90548bd3c75c124063dadb8b
parent6426edd206dc675f3c5c7b94be0c70d40f7add81 (diff)
downloadanastasis-5f362f02d47d1caf0a02e4719eeb3550c324f669.tar.gz
anastasis-5f362f02d47d1caf0a02e4719eeb3550c324f669.tar.bz2
anastasis-5f362f02d47d1caf0a02e4719eeb3550c324f669.zip
-version bump
-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 224ccd8..df9e1f4 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([anastasis],[0.2.0],[taler-bug@gnu.org])
+AC_INIT([anastasis],[0.3.0],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c])
AC_CONFIG_HEADERS([anastasis_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
index bcb92ea..dfa7491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis (0.3.0) unstable; urgency=low
+
+ * Official Anastasis 0.3.0 release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Mon, Sep 26 09:50:12 +0200
+
anastasis (0.2.99-2) unstable; urgency=low
* Close to Anastasis 0.3.0, but testing package details.