Skip to content

Commit 7b297d0

Browse files
author
Romain Mardulyn
committed
Version bump to 4.13.0
1 parent a6608c0 commit 7b297d0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SET(CMAKE_MODULE_PATH
1111
)
1212

1313
SET(VERSION_SERIES 4)
14-
SET(VERSION_MAJOR 12)
15-
SET(VERSION_MINOR 6)
14+
SET(VERSION_MAJOR 13)
15+
SET(VERSION_MINOR 0)
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.12.6
41+
PROJECT_NUMBER = 4.13.0
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.12.6
41+
PROJECT_NUMBER = 4.13.0
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)