From c10dbd54e3151fa48851f30aff9ad0a582f1a7b6 Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 6 Mar 2024 09:47:21 +0100 Subject: [PATCH] Version bump to 4.10.4 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- examples/Doxyfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 887e5de69..96eff0a7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ SET(CMAKE_MODULE_PATH SET(VERSION_SERIES 4) SET(VERSION_MAJOR 10) -SET(VERSION_MINOR 3) +SET(VERSION_MINOR 4) IF(NOT SHARED_LIBS) IF(WIN32) diff --git a/Doxyfile b/Doxyfile index cedf3fde9..19e3bd1ca 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Wt # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.10.3 +PROJECT_NUMBER = 4.10.4 # 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 a diff --git a/examples/Doxyfile b/examples/Doxyfile index 69c1cd8d3..529b15373 100644 --- a/examples/Doxyfile +++ b/examples/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Wt examples" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.10.3 +PROJECT_NUMBER = 4.10.4 # 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 a