From 79f00d5e20638c8a3ecf657c36409078fb110c25 Mon Sep 17 00:00:00 2001 From: "Vladimir Gladkov (office-win10)" Date: Thu, 15 Nov 2018 09:46:55 +0800 Subject: [PATCH] [doxyrest] re-release 1.1.1-a (with patched axl) contains a few critical bugfixes in support libs --- README.rst | 2 +- version.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 06dc41df3..759a9e1ba 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ This elaborate pipeline allows building beautiful documentation for C/C++ APIs w Downloads --------- -* `Doxyrest 1.1.1 `__ +* `Doxyrest 1.1.1-a `__ * `Doxyrest 1.1.0 `__ Samples diff --git a/version.cmake b/version.cmake index 8b77d56b8..327a0808b 100644 --- a/version.cmake +++ b/version.cmake @@ -12,7 +12,7 @@ set (DOXYREST_VERSION_MAJOR 1) set (DOXYREST_VERSION_MINOR 1) set (DOXYREST_VERSION_REVISION 1) -set (DOXYREST_VERSION_TAG) +set (DOXYREST_VERSION_TAG a) set (DOXYREST_VERSION_FULL "${DOXYREST_VERSION_MAJOR}.${DOXYREST_VERSION_MINOR}.${DOXYREST_VERSION_REVISION}")