Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Dec 12, 2016
1 parent ac5b867 commit 7d51bcc
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 "[email protected]")
set(WT_VERSION_MAJOR 0)
set(WT_VERSION_MINOR 1)
set(WT_VERSION_MINOR 2)
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 7d51bcc

Please sign in to comment.