summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-17 15:06:55 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-17 15:06:55 +0100
commit4e7d4aa4b22f7300f59f2a543720a0bce04c3b78 (patch)
tree048808f068be300d9dfbb6deff4351a6a8a49dfe /configure.ac
parent9091c32c0f2306a0b125951f5f4caa029001705d (diff)
downloadexchange-4e7d4aa4b22f7300f59f2a543720a0bce04c3b78.tar.gz
exchange-4e7d4aa4b22f7300f59f2a543720a0bce04c3b78.tar.bz2
exchange-4e7d4aa4b22f7300f59f2a543720a0bce04c3b78.zip
bumping version to v0.9.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eb78c891c..af023efe2 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-2023 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.0],[taler-bug@gnunet.org])
+AC_INIT([taler-exchange],[0.9.1],[taler-bug@gnunet.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h])