Skip to content

Commit a3c0629

Browse files
committed
Release 0.1.5
1 parent 8cfa584 commit a3c0629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/Version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
set(SQLRESTORE_VERSION_MAJOR 0)
22
set(SQLRESTORE_VERSION_MINOR 1)
3-
set(SQLRESTORE_VERSION_PATCH 4)
3+
set(SQLRESTORE_VERSION_PATCH 5)
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)