diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-13 22:44:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-13 22:44:12 +0200 |
commit | 732602042a73b504e21fadf57b85e78d1e904d7a (patch) | |
tree | c416321f1e0b90396966f419311c95b828de15c4 /configure.ac | |
parent | 41aa1ed41d0779be263f5f0ef21a999a6f9154c0 (diff) |
-final preparations for v0.8.3 release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c70ab6a7..6aeb7365d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.8.2], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.8.3], [taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |