Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Mar 11, 2020
1 parent db40929 commit 2c0d787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(SQLRESTORE_VERSION_MAJOR 0)
set(SQLRESTORE_VERSION_MINOR 1)
set(SQLRESTORE_VERSION_PATCH 5)
set(SQLRESTORE_VERSION_PATCH 6)
#set(SQLRESTORE_VERSION_PRERELEASE rc1)

set(INCLUDE_GIT_REVISION ON)
set(INCLUDE_GIT_REVISION OFF)

set(majorminorpatch "${SQLRESTORE_VERSION_MAJOR}.${SQLRESTORE_VERSION_MINOR}.${SQLRESTORE_VERSION_PATCH}")

Expand Down

0 comments on commit 2c0d787

Please sign in to comment.