Skip to content

Commit

Permalink
Bumping version to 3.6.1 + final date on release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Apr 20, 2020
1 parent 62291a8 commit cafdf37
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 @@ -24,7 +24,7 @@ SET(CMAKE_MODULE_PATH

SET(VERSION_SERIES 3)
SET(VERSION_MAJOR 6)
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 @@ -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 = 3.6.0
PROJECT_NUMBER = 3.6.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
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Wt Release notes</h1>
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.

<h2>Release 3.6.1 (April 2020)</h2>
<h2>Release 3.6.1 (April 20, 2020)</h2>

<p>
This release fixes 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 @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = "Wt examples"
PROJECT_NUMBER = 3.6.0
PROJECT_NUMBER = 3.6.1
OUTPUT_DIRECTORY = ../doc/examples
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit cafdf37

Please sign in to comment.