Skip to content

Commit a011c22

Browse files
committed
Release 0.1.1
1 parent eb4ec40 commit a011c22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/Version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
set(SQLRESTORE_VERSION_MAJOR 0)
2-
set(SQLRESTORE_VERSION_MINOR 0)
3-
set(SQLRESTORE_VERSION_PATCH 5)
2+
set(SQLRESTORE_VERSION_MINOR 1)
3+
set(SQLRESTORE_VERSION_PATCH 1)
44
#set(SQLRESTORE_VERSION_PRERELEASE rc1)
55

6-
set(INCLUDE_GIT_REVISION ON)
6+
set(INCLUDE_GIT_REVISION OFF)
77

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

0 commit comments

Comments
 (0)