summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-17 15:13:12 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-17 15:13:12 +0100
commit5882da27735157ae1c85bfb6fdb660fbc254d7e8 (patch)
tree185402f1fa734a4ac67613bf7ff3d9b1509df074
parent05785a0330aa063d3c29c9cb24106c377234f044 (diff)
downloadtwister-5882da27735157ae1c85bfb6fdb660fbc254d7e8.tar.gz
twister-5882da27735157ae1c85bfb6fdb660fbc254d7e8.tar.bz2
twister-5882da27735157ae1c85bfb6fdb660fbc254d7e8.zip
bumping version to v0.9.1v0.9.1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b2bb6e7..963f943 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-2022 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-twister], [0.9.0], [taler-bug@gnunet.org])
+AC_INIT([taler-twister], [0.9.1], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/twister/taler-twister.c])
AC_CONFIG_HEADERS([twister_config.h])
# support for non-recursive builds