Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Mark James committed Sep 23, 2019
1 parent 2a0a330 commit f7da111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ReleaseVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Project version
set(LIBHDBPP_VERSION_MAJOR "1")
set(LIBHDBPP_VERSION_MINOR "0")
set(LIBHDBPP_VERSION_REVISION "0")
set(LIBHDBPP_VERSION_REVISION "1")
string(TIMESTAMP LIBHDBPP_TIMESTAMP "%Y-%m-%d %H:%M:%S")

# Version the shared library
set(LIBRARY_VERSION_MAJOR 6)
set(LIBRARY_VERSION_MINOR 0)
set(LIBRARY_VERSION_PATCH 0)
set(LIBRARY_VERSION_PATCH 1)

set(LIBRARY_VERSION_STRING
${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH})

0 comments on commit f7da111

Please sign in to comment.