diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | doc/version.texi | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 33127239..6f6650c6 100644 --- a/configure.ac +++ b/configure.ac @@ -296,6 +296,7 @@ else # logic if doc_only is set, make sure conditionals are still defined AM_CONDITIONAL([HAVE_GNUNETPQ], [false]) +AM_CONDITIONAL([WITH_DOC], [true]) AM_CONDITIONAL([HAVE_POSTGRESQL], [false]) AM_CONDITIONAL([HAVE_TALERFAKEBANK], [false]) AM_CONDITIONAL([HAVE_LIBCURL], [false]) diff --git a/doc/version.texi b/doc/version.texi index d4370a32..b4f90549 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 30 May 2017 -@set UPDATED-MONTH May 2017 +@set UPDATED 3 June 2017 +@set UPDATED-MONTH June 2017 @set EDITION 0.2.0 @set VERSION 0.2.0 |