diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-21 14:09:28 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-01-21 14:09:28 +0100 |
commit | c32a26f2bb48b501b433008927776ec7d1b45966 (patch) | |
tree | dc50a7ac579972635fef92cef249382394f8ddcc /configure.ac | |
parent | c84c6c1e552a71602501620176bcdc074213c357 (diff) |
version bumping
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 8c7769a83..a64ddb2f3 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-2023 Taler Systems SA +# Copyright (C) 2014-2024 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 @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange],[0.9.3b],[taler-bug@gnunet.org]) +AC_INIT([taler-exchange],[0.9.4],[taler-bug@gnunet.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) |