Skip to content

Commit

Permalink
cmake: adapt library versioning to GR 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Aug 26, 2019
1 parent d237f40 commit dc38017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Expand Up @@ -41,10 +41,10 @@ set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)

# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 1)
set(VERSION_INFO_API_COMPAT 0)
set(VERSION_INFO_MINOR_VERSION 0)
set(VERSION_INFO_MAINT_VERSION git)
set(VERSION_MAJOR 1)
set(VERSION_API 1)
set(VERSION_ABI 0)
set(VERSION_PATCH git)

cmake_policy(SET CMP0011 NEW)

Expand Down

0 comments on commit dc38017

Please sign in to comment.