Changelog
This commit is contained in:
parent
e5894fac26
commit
e3a0df0246
@ -1,2 +1,7 @@
|
|||||||
|
Mon Jun 6 23:59:05 CEST 2016
|
||||||
|
Minor code cleanup, fixing FTBFS when run with just 'make'
|
||||||
|
or when header installed to a location not included.
|
||||||
|
Releasing taler-exchange 0.0.1. -CG
|
||||||
|
|
||||||
Wed Jun 1 17:27:36 CEST 2016
|
Wed Jun 1 17:27:36 CEST 2016
|
||||||
Releasing taler-exchange 0.0.0. -CG
|
Releasing taler-exchange 0.0.0. -CG
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([taler-exchange], [0.0.0], [taler-bug@gnunet.org])
|
AC_INIT([taler-exchange], [0.0.1], [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
|
||||||
|
Loading…
Reference in New Issue
Block a user