diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-23 19:30:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-23 19:30:23 +0200 |
commit | 9e009f65b0541b1554137f198a7194a637dfd8e1 (patch) | |
tree | a23ecf765033d634aff4116f18150b57a132fe2a | |
parent | 034d2e33c06747d99658c87080b159d7af905c1c (diff) |
bump version
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/doxygen/taler.doxy | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d42e370e..73c7ea1c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.9.2],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.3],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) AC_CONFIG_HEADERS([taler_merchant_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog index 11366017..7191e423 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.9.3-1) unstable; urgency=low + + * Actual v0.9.3 release. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 27 Sep 2023 03:50:12 +0200 + taler-merchant (0.9.3) unstable; urgency=low * First work towards packaging v0.9.3. diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy index 80e1acbd..8ee523ec 100644 --- a/doc/doxygen/taler.doxy +++ b/doc/doxygen/taler.doxy @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "GNU Taler: Merchant" -PROJECT_NUMBER = 0.8.1 +PROJECT_NUMBER = 0.9.3 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES |