change version number to 0.5

This commit is contained in:
Florian Dold 2018-04-04 00:13:36 +02:00
parent df8ff68ed8
commit 1731f5dc77
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Tue Apr 3 23:29:06 CEST 2018
Releasing Taler v0.5.0
Thu Jan 4 11:55:41 CET 2018 Thu Jan 4 11:55:41 CET 2018
Fix issue #5234 (aggregator ignoring refunds). Fix issue #5234 (aggregator ignoring refunds).
Misc. minor fixes to the auditor. -CG Misc. minor fixes to the auditor. -CG

View File

@ -17,7 +17,7 @@
# #
# #
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([taler-exchange], [0.4.0], [taler-bug@gnunet.org]) AC_INIT([taler-exchange], [0.5.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h]) AC_CONFIG_HEADERS([taler_config.h])
# support for non-recursive builds # support for non-recursive builds