diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | doc/doxygen/taler.doxy | 2 |
4 files changed, 11 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 3d42161c..8e7b36e0 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.13.0],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.14.0],[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 daab3af0..bc417799 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.14.0) unstable; urgency=low + + * Release version 0.14.0 + + -- Christian Grothoff <grothoff@taler.net> Tue, 17 Sep 2024 16:35:43 +0200 + taler-merchant (0.13.0) unstable; urgency=low * Release 0.13.0 diff --git a/debian/control b/debian/control index ce994bf1..70f9f39f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12), gettext, libgnunet-dev (>=0.22), - libtalerexchange-dev (>=0.13.0), + libtalerexchange-dev (>=0.14.0), libpq-dev (>=15.0), po-debconf, libqrencode-dev, @@ -48,7 +48,7 @@ Pre-Depends: ${misc:Pre-Depends} Depends: libtalermerchant (= ${binary:Version}), - libtalerexchange (>= 0.13.0), + libtalerexchange (>= 0.14.0), adduser, lsb-base, netbase, @@ -69,7 +69,7 @@ Package: libtalermerchant-dev Section: libdevel Architecture: any Depends: - libtalerexchange-dev (>= 0.13.0), + libtalerexchange-dev (>= 0.14.0), libgnunet-dev (>=0.22), ${misc:Depends}, ${shlibs:Depends} diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy index 83c73eb8..e9fa02f6 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.11.0 +PROJECT_NUMBER = 0.14.0 PROJECT_LOGO = logo.svg OUTPUT_DIRECTORY = . CREATE_SUBDIRS = YES |