Skip to content

Commit

Permalink
Bump version to 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Jul 4, 2017
1 parent 05a6858 commit 332188e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ SET(CMAKE_MODULE_PATH

SET(VERSION_SERIES 3)
SET(VERSION_MAJOR 3)
SET(VERSION_MINOR 7)

SET(WT_SOVERSION 41)
SET(WTEXT_SOVERSION 41)
SET(WTHTTP_SOVERSION 41)
SET(WTFCGI_SOVERSION 41)
SET(WTISAPI_SOVERSION 17)
SET(WTDBO_SOVERSION 41)
SET(WTDBOSQLITE3_SOVERSION 41)
SET(WTDBOPOSTGRES_SOVERSION 41)
SET(WTDBOFIREBIRD_SOVERSION 41)
SET(WTDBOMYSQL_SOVERSION 41)
SET(WTTEST_SOVERSION 11)
SET(VERSION_MINOR 8)

SET(WT_SOVERSION 42)
SET(WTEXT_SOVERSION 42)
SET(WTHTTP_SOVERSION 42)
SET(WTFCGI_SOVERSION 42)
SET(WTISAPI_SOVERSION 18)
SET(WTDBO_SOVERSION 42)
SET(WTDBOSQLITE3_SOVERSION 42)
SET(WTDBOPOSTGRES_SOVERSION 42)
SET(WTDBOFIREBIRD_SOVERSION 42)
SET(WTDBOMYSQL_SOVERSION 42)
SET(WTTEST_SOVERSION 12)

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.3.7
PROJECT_NUMBER = 3.3.8

# 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
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.3.7
PROJECT_NUMBER = 3.3.8
OUTPUT_DIRECTORY = ../doc/examples
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 332188e

Please sign in to comment.