File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
2323SET (WT_SOVERSION 41)
2424SET (WTEXT_SOVERSION 41)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44# Project related configuration options
55#---------------------------------------------------------------------------
66PROJECT_NAME = "Wt examples"
7- PROJECT_NUMBER = 3.3.7
7+ PROJECT_NUMBER = 4.0.0
88OUTPUT_DIRECTORY = ../doc/examples
99CREATE_SUBDIRS = NO
1010OUTPUT_LANGUAGE = English
You can’t perform that action at this time.
0 commit comments