Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Sep 25, 2020
1 parent d323f72 commit 0554aeb
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 @@ -5,7 +5,7 @@ project(TPCRS LANGUAGES CXX)
include(CTest)

set(TPCRS_VERSION_MAJOR 0 CACHE STRING "major version of tpc-rs" FORCE)
set(TPCRS_VERSION_MINOR 1 CACHE STRING "minor version of tpc-rs" FORCE)
set(TPCRS_VERSION_MINOR 2 CACHE STRING "minor version of tpc-rs" FORCE)
set(TPCRS_VERSION_PATCH 0 CACHE STRING "patch version of tpc-rs" FORCE)
set(TPCRS_VERSION "${TPCRS_VERSION_MAJOR}.${TPCRS_VERSION_MINOR}.${TPCRS_VERSION_PATCH}" CACHE STRING "version of tpc-rs" FORCE)

Expand Down

0 comments on commit 0554aeb

Please sign in to comment.