diff --git a/CMakeLists.txt b/CMakeLists.txt index 89cfadeb6f..1e02da2ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ SET(CMAKE_MODULE_PATH SET(VERSION_SERIES 3) SET(VERSION_MAJOR 4) -SET(VERSION_MINOR 1) +SET(VERSION_MINOR 2) IF(NOT SHARED_LIBS) IF(WIN32) diff --git a/Doxyfile b/Doxyfile index afd4294986..ee7458c0aa 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.4.1 +PROJECT_NUMBER = 3.4.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 3885c3d5dd..73b7bbd0a8 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -22,6 +22,33 @@

Wt Release notes

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

Release 3.4.2 (October 30, 2019)

+

+ This release fixes the following issues: +

+ +

Release 3.4.1 (September 9, 2019)

This release fixes the following issues: diff --git a/examples/Doxyfile b/examples/Doxyfile index 9724485f78..dcf03e14c2 100644 --- a/examples/Doxyfile +++ b/examples/Doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- PROJECT_NAME = "Wt examples" -PROJECT_NUMBER = 3.4.1 +PROJECT_NUMBER = 3.4.2 OUTPUT_DIRECTORY = ../doc/examples CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English