diff --git a/CMakeLists.txt b/CMakeLists.txt index 7db69e3e0f..4d6cb95758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ SET(CMAKE_MODULE_PATH SET(VERSION_SERIES 4) SET(VERSION_MAJOR 2) -SET(VERSION_MINOR 0) +SET(VERSION_MINOR 1) IF(NOT SHARED_LIBS) IF(WIN32) diff --git a/Doxyfile b/Doxyfile index eb4ddce5bb..fed02605cb 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 = 4.2.0 +PROJECT_NUMBER = 4.2.1 # 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 7c9babdf9e..cee8b9687a 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -22,27 +22,54 @@

Wt Release notes

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

Release 4.2.1 (January 2020)

+

Release 4.2.1 (February 6, 2020)

This release fixes the following issues: