diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-06 14:03:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-06 14:03:53 +0200 |
commit | 0c522791febb318519865751022709bf812a0039 (patch) | |
tree | 73bb479e06d23157f975868a68c70485d20fd86c /configure.ac | |
parent | 850d84a1b6513ddef814c4ebd9f3fad2755e4771 (diff) |
bump versions for releasev0.3.0
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 715e94e55..65efe78a8 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, 2015, 2016 GNUnet e.V. and Inria +# Copyright (C) 2014, 2015, 2016, 2017 GNUnet e.V. and Inria # # 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.2.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.3.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds |