Skip to content

Commit c158c79

Browse files
author
matthias
committed
Version bump to 4.11.4
1 parent a7709b9 commit c158c79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SET(CMAKE_MODULE_PATH
1212

1313
SET(VERSION_SERIES 4)
1414
SET(VERSION_MAJOR 11)
15-
SET(VERSION_MINOR 3)
15+
SET(VERSION_MINOR 4)
1616

1717
IF(NOT SHARED_LIBS)
1818
IF(WIN32)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Wt
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.11.3
41+
PROJECT_NUMBER = 4.11.4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

examples/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Wt examples"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.11.3
41+
PROJECT_NUMBER = 4.11.4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)