diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-05-15 17:26:24 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-05-15 17:26:24 +0200 |
commit | 384518ed26eff6474751a064c3bd652e6b2cac02 (patch) | |
tree | 74ee0fe2fe9cb450e6ba1edadcd7006fbc377127 | |
parent | e1be22a63d631dbe63057d219b1d28c4a9163226 (diff) |
release bumpsv0.11.0
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | contrib/Makefile.am.in | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/doxygen/taler.doxy | 2 | ||||
m--------- | doc/prebuilt | 0 |
6 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,6 @@ +Wed May 15 17:43:41 AM CEST 2024 + Releasing GNU Taler Exchange 0.11.0. -CG + Fri Apr 12 10:43:41 AM CEST 2024 Releasing GNU Taler Exchange 0.10.2. -CG diff --git a/configure.ac b/configure.ac index 3f8238b42..c4abeaa19 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.10.2],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.11.0],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) diff --git a/contrib/Makefile.am.in b/contrib/Makefile.am.in index e278fad2f..d3cfa769c 100644 --- a/contrib/Makefile.am.in +++ b/contrib/Makefile.am.in @@ -29,6 +29,7 @@ termsdir=$(datadir)/taler/terms/ terms_DATA = \ exchange-tos-v0.rst \ exchange-tos-bfh-v0.rst \ + exchange-tos-tops-v0.rst \ exchange-pp-v0.rst install-exec-local: diff --git a/debian/changelog b/debian/changelog index cab5345dc..73c89ce5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-exchange (0.11.0) unstable; urgency=low + + * Releasing 0.11.0 with updated terms of service draft. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 15 May 2024 17:50:12 +0200 + taler-exchange (0.10.2) unstable; urgency=low * Updated man pages and other resources for release. diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy index 1516811c5..8efcf0c0f 100644 --- a/doc/doxygen/taler.doxy +++ b/doc/doxygen/taler.doxy @@ -47,7 +47,7 @@ PROJECT_NAME = "GNU Taler: Exchange" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.10.2 +PROJECT_NUMBER = 0.11.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/prebuilt b/doc/prebuilt -Subproject b8d2d2fa2ed2a771880f451725176f256583cb2 +Subproject c1a885ac1f9d9b2fdef19a976bed01dab4f7d85 |