From ce8649c6b1c74d3f0542ab96cfc7a6d70a929d71 Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Mon, 16 Mar 2020 11:26:10 +0100 Subject: [PATCH] Wt 3.5.2 version bump + release notes --- CMakeLists.txt | 2 +- Doxyfile | 2 +- ReleaseNotes.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++ examples/Doxyfile | 2 +- 4 files changed, 61 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 11e64d8eca..c2f2ed5c87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ SET(CMAKE_MODULE_PATH SET(VERSION_SERIES 3) SET(VERSION_MAJOR 5) -SET(VERSION_MINOR 1) +SET(VERSION_MINOR 2) IF(NOT SHARED_LIBS) IF(WIN32) diff --git a/Doxyfile b/Doxyfile index 94733110ec..9a0deadfda 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = Wt # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 3.5.1 +PROJECT_NUMBER = 3.5.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/ReleaseNotes.html b/ReleaseNotes.html index a4fef4565c..f6bf1ff7e9 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -22,6 +22,64 @@

Wt Release notes

the way you build Wt, the way you configure Wt or the Wt API and behaviour. +

Release 3.5.2 (March 16, 2020)

+ +

+ This release fixes the following issues: +

+ + +

Release 3.5.1 (February 6, 2020)

diff --git a/examples/Doxyfile b/examples/Doxyfile index a1859d4919..412aada06d 100644 --- a/examples/Doxyfile +++ b/examples/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "Wt examples" -PROJECT_NUMBER = 3.5.1 +PROJECT_NUMBER = 3.5.2 OUTPUT_DIRECTORY = ../doc/examples CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English