Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Jan 8, 2017
1 parent d8ddb3d commit 65d750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(${WT_CMAKE_PROJECT_NAME})
set(WT_AUTHOR_URL "http://www.cookandcommit.eu")
set(WT_AUTHOR_MAIL "marcin.kolny@gmail.com")
set(WT_VERSION_MAJOR 0)
set(WT_VERSION_MINOR 3)
set(WT_VERSION_MINOR 4)
set(WT_VERSION_PATCH 0)
set(WT_FULL_VERSION "${WT_VERSION_MAJOR}.${WT_VERSION_MINOR}.${WT_VERSION_PATCH}")
add_definitions(-DWT_PROJECT_NAME_AND_VERSION="${WT_PROJECT_NAME} v${WT_FULL_VERSION}")
Expand Down

0 comments on commit 65d750a

Please sign in to comment.