diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-04 11:31:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-04 11:31:57 +0100 |
commit | 9c4583d9591fc95f78613eea114f1a337e2edee3 (patch) | |
tree | abf518270c7c1582ab2cdaebc0df1d49bd18f1d8 /configure.ac | |
parent | fcfeadbb15ebd272f0f6351778a6bd970c6e6b3b (diff) |
-bump version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b3988930..053897eb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # This file is part of TALER -# Copyright (C) 2014-2021 Taler Systems SA +# Copyright (C) 2014-2022 Taler Systems SA # # TALER is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.8.4],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.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 |