Update the master branch to version 0.18.99

This commit is contained in:
Eric Hawicz
2024-09-15 13:06:06 -04:00
parent 7ebdc4ddf8
commit e9bd26d568
4 changed files with 23 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.9...3.12)
# JSON-C library is C only project.
# PROJECT_VERSION{,_MAJOR,_MINOR,_PATCH} set by project():
project(json-c LANGUAGES C VERSION 0.17.99)
project(json-c LANGUAGES C VERSION 0.18.99)
# set default build type if not specified by user
if(NOT CMAKE_BUILD_TYPE)
@@ -470,7 +470,7 @@ add_library(${PROJECT_NAME}
${JSON_C_HEADERS}
)
set_target_properties(${PROJECT_NAME} PROPERTIES
VERSION 5.3.0
VERSION 5.4.0
SOVERSION 5)
list(APPEND CMAKE_TARGETS ${PROJECT_NAME})
# If json-c is used as subroject it set to target correct interface -I flags and allow