diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-10 13:20:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-10 13:20:07 +0100 |
commit | 023604e7a29515017d234ca2523f8f6715170e1f (patch) | |
tree | 3fccd41a13fc3a4f5dc2a9fba9b7d1a22df914a5 | |
parent | 522db4d98e71ccd7a8bf6b933c8516df77ddbc6a (diff) |
bump versionv0.8.1
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Tue 10 Nov 2020 01:03:22 PM CET + Updates to error codes and HTTP status codes for improved + consistency. Fixed spelling issues. Ensure main() returns + 0 when called with '-h' or '--help'. + Releasing GNU Taler 0.8.1. -CG + Sat 03 Oct 2020 03:59:45 PM CEST Various minor fixes, code cleanup, updates to more recent GNUnet APIs, new error codes, and timetravel test support. diff --git a/configure.ac b/configure.ac index a32a4786e..6194f835b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.8.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.8.1], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds |