Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Aug 18, 2020
1 parent cd0c40a commit 0a0c3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ project(TPCRS LANGUAGES CXX)
include(CTest)

set(TPCRS_VERSION_MAJOR 0 CACHE STRING "major version of tpc-rs" FORCE)
set(TPCRS_VERSION_MINOR 0 CACHE STRING "minor version of tpc-rs" FORCE)
set(TPCRS_VERSION_PATCH 12 CACHE STRING "patch version of tpc-rs" FORCE)
set(TPCRS_VERSION_MINOR 1 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)

# By default build shared libraries but allow the user to change if desired
Expand Down

0 comments on commit 0a0c3ab

Please sign in to comment.