Skip to content

Commit

Permalink
Wt 4.9.2 version bump and final release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Apr 18, 2023
1 parent bc472e5 commit 0e661f4
Show file tree
Hide file tree
Showing 4 changed files with 8 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 9)
SET(VERSION_MINOR 1)
SET(VERSION_MINOR 2)

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.9.1
PROJECT_NUMBER = 4.9.2

# 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
6 changes: 5 additions & 1 deletion ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Wt Release notes</h1>
behaviour.


<h2>Release 4.9.2 (TBD)</h2>
<h2>Release 4.9.2 (April 18, 2023)</h2>

<p>
Wt 4.9.2 is a patch release that addresses the following issues:
Expand Down Expand Up @@ -62,6 +62,10 @@ <h2>Release 4.9.2 (TBD)</h2>
<a
href="classWt_1_1Auth_1_1Saml_1_1Service.html#aa5cca89e64b80cc66fcff8f64fda4360">setNameIdPolicyAllowCreate()</a>.
</li>
<li>
<a href="https://redmine.webtoolkit.eu/issues/11379" target="_blank">Issue #11379</a>:
fixed a JavaScript error in <a href="classWt_1_1WPaintedWidget.html">WPaintedWidget</a>.
</li>
</ul>

<h2>Release 4.9.1 (January 20, 2023)</h2>
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.9.1
PROJECT_NUMBER = 4.9.2

# 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 0e661f4

Please sign in to comment.