diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-18 18:55:02 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-18 18:55:02 +0100 |
commit | 134e0677361a57dd9737ebd8e85c5e4c33a7953b (patch) | |
tree | c85901b0291e78c1a2f417abbb476bdb412c7425 /configure.ac | |
parent | 7d6b8d53d5a6ee6ca1545fb5d458199c6249edc5 (diff) |
version bump and ChangeLog updatev0.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bab845dff..e258b52e5 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-exchange], [0.1.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.2.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds |