diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-12 10:42:00 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-12 10:42:06 +0200 |
commit | 904acadf74248adeadb82de79b5475dbf712189b (patch) | |
tree | 28d1bda6b635a7e4d058f532b841d57a384fbdb3 | |
parent | c625f6799ea57abb9f1b85b65251e48ad077e5a2 (diff) |
-version bumping
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/doxygen/taler.doxy | 2 | ||||
m--------- | doc/prebuilt | 0 |
4 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ccc71965..3dd98985 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.10.1],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.10.2],[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 4944eb80..c04b84f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.10.2) unstable; urgency=low + + * Update various submodules to latest version. + + -- Christian Grothoff <grothoff@gnu.org> Fri, 12 Apr 2024 09:50:12 +0200 + taler-merchant (0.10.1) unstable; urgency=low * Implement cache control headers for /config diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy index d9785d42..e5185031 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.9.3 +PROJECT_NUMBER = 0.10.2 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES diff --git a/doc/prebuilt b/doc/prebuilt -Subproject af8c69dfe397ff4bed7abca98ed8f3b2ed70541 +Subproject b8d2d2fa2ed2a771880f451725176f256583cb2 |