Skip to content

Commit

Permalink
Wt 4.3.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Mar 19, 2020
1 parent e95ed60 commit 0020844
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -11,8 +11,8 @@ SET(CMAKE_MODULE_PATH
)

SET(VERSION_SERIES 4)
SET(VERSION_MAJOR 2)
SET(VERSION_MINOR 2)
SET(VERSION_MAJOR 3)
SET(VERSION_MINOR 0)

IF(NOT SHARED_LIBS)
IF(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -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 = 4.2.2
PROJECT_NUMBER = 4.3.0

# 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
Expand Down
2 changes: 1 addition & 1 deletion examples/Doxyfile
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Wt examples"
PROJECT_NUMBER = 4.2.2
PROJECT_NUMBER = 4.3.0
OUTPUT_DIRECTORY = ../doc/examples
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 0020844

Please sign in to comment.