Skip to content

Commit

Permalink
Version bump to 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias committed Sep 20, 2023
1 parent 5415a99 commit 8ada2e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SET(CMAKE_MODULE_PATH

SET(VERSION_SERIES 4)
SET(VERSION_MAJOR 10)
SET(VERSION_MINOR 0)
SET(VERSION_MINOR 1)

IF(NOT SHARED_LIBS)
IF(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Wt
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.10.0
PROJECT_NUMBER = 4.10.1

# 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 a
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Wt Release notes</h1>
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.

<h2>Release 4.10.1 (TBD)</h2>
<h2>Release 4.10.1 (September 20, 2023)</h2>

<p>
Wt 4.10.1 is a patch release that addresses the following issues:
Expand Down
2 changes: 1 addition & 1 deletion examples/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Wt examples"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.10.0
PROJECT_NUMBER = 4.10.1

# 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 a
Expand Down

0 comments on commit 8ada2e0

Please sign in to comment.