Skip to content

Commit 21f3b28

Browse files
committed
Update Wt version to 4.0.0
Keeping .so versions the same (for now) Resolves issue #5508
1 parent caa4669 commit 21f3b28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ SET(CMAKE_MODULE_PATH
1616
${WT_SOURCE_DIR}/cmake
1717
)
1818

19-
SET(VERSION_SERIES 3)
20-
SET(VERSION_MAJOR 3)
21-
SET(VERSION_MINOR 7)
19+
SET(VERSION_SERIES 4)
20+
SET(VERSION_MAJOR 0)
21+
SET(VERSION_MINOR 0)
2222

2323
SET(WT_SOVERSION 41)
2424
SET(WTEXT_SOVERSION 41)

Doxyfile

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

35-
PROJECT_NUMBER = 3.3.7
35+
PROJECT_NUMBER = 4.0.0
3636

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

examples/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Project related configuration options
55
#---------------------------------------------------------------------------
66
PROJECT_NAME = "Wt examples"
7-
PROJECT_NUMBER = 3.3.7
7+
PROJECT_NUMBER = 4.0.0
88
OUTPUT_DIRECTORY = ../doc/examples
99
CREATE_SUBDIRS = NO
1010
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)