Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Feb 20, 2020
1 parent eb4ec40 commit a011c22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 0)
set(SQLRESTORE_VERSION_PATCH 5)
set(SQLRESTORE_VERSION_MINOR 1)
set(SQLRESTORE_VERSION_PATCH 1)
#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 a011c22

Please sign in to comment.