Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Mar 8, 2020
1 parent b66180e commit 83a6b5c
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 2)
set(SQLRESTORE_VERSION_PATCH 3)
#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 83a6b5c

Please sign in to comment.