File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
olp-cpp-sdk-authentication
olp-cpp-sdk-dataservice-read
olp-cpp-sdk-dataservice-write Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1818cmake_minimum_required (VERSION 3.9)
1919
2020# Build the sdk targets
21- project (olp-cpp-sdk VERSION 1.2 .0)
21+ project (olp-cpp-sdk VERSION 1.3 .0)
2222
2323# Add preprocessor definitions for the SDK version and platform name
2424add_definitions (-DOLP_SDK_VERSION_STRING=\"${olp-cpp-sdk_VERSION}\")
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ elseif(ANDROID)
4141 ${OLP_SDK_EXAMPLE_FAILURE_STRING} )
4242
4343else ()
44- project (${OLP_SDK_DATASERVICE_EXAMPLE_TARGET} VERSION 1.2 .0)
44+ project (${OLP_SDK_DATASERVICE_EXAMPLE_TARGET} VERSION 1.3 .0)
4545
4646 add_library (${OLP_SDK_DATASERVICE_READ_EXAMPLE_TARGET}
4747 ${CMAKE_CURRENT_SOURCE_DIR} /ReadExample.cpp
Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1717
1818cmake_minimum_required(VERSION 3.5)
1919
20- project(@OLP_SDK_EXAMPLE_TARGET_NAME@ VERSION 1.2 .0)
20+ project(@OLP_SDK_EXAMPLE_TARGET_NAME@ VERSION 1.3 .0)
2121
2222if (DEFINED OLP_SDK_HTTP_CLIENT_JAR)
2323 get_filename_component(OLP_SDK_HTTP_CLIENT_JAR_FULL_PATH "${OLP_SDK_HTTP_CLIENT_JAR}" ABSOLUTE)
Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ if (NOT IOS)
2121 message(FATAL_ERROR "Unsupported platform!")
2222endif()
2323
24- project(@OLP_SDK_EXAMPLE_TARGET_NAME@ VERSION 1.2 .0)
24+ project(@OLP_SDK_EXAMPLE_TARGET_NAME@ VERSION 1.3 .0)
2525
2626add_executable(@OLP_SDK_EXAMPLE_TARGET_NAME@
2727 ${CMAKE_CURRENT_SOURCE_DIR}/ReadExample.h
Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1515# SPDX-License-Identifier: Apache-2.0
1616# License-Filename: LICENSE
1717
18- project (olp-cpp-sdk-authentication VERSION 1.2 .0)
18+ project (olp-cpp-sdk-authentication VERSION 1.3 .0)
1919set (DESCRIPTION "C++ API library for accesing HERE Account authentication service" )
2020
2121file (GLOB_RECURSE AUTHENTICATION_INC "include/*.h*" )
Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1616# License-Filename: LICENSE
1717
1818
19- project (olp-cpp-sdk-core VERSION 1.2 .0)
19+ project (olp-cpp-sdk-core VERSION 1.3 .0)
2020set (DESCRIPTION "Core network and utility library for the HERE OLP SDK C++" )
2121
2222find_package (RapidJSON 1.1.0 REQUIRED CMAKE_FIND_ROOT_PATH_BOTH )
Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1515# SPDX-License-Identifier: Apache-2.0
1616# License-Filename: LICENSE
1717
18- project (olp-cpp-sdk-dataservice-read VERSION 1.2 .0)
18+ project (olp-cpp-sdk-dataservice-read VERSION 1.3 .0)
1919set (DESCRIPTION "C++ API library for reading OLP data" )
2020
2121file (GLOB_RECURSE INC "include/*.h*" )
Original file line number Diff line number Diff line change 1- # Copyright (C) 2019 HERE Europe B.V.
1+ # Copyright (C) 2019-2020 HERE Europe B.V.
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1515# SPDX-License-Identifier: Apache-2.0
1616# License-Filename: LICENSE
1717
18- project (olp-cpp-sdk-dataservice-write VERSION 1.2 .0)
18+ project (olp-cpp-sdk-dataservice-write VERSION 1.3 .0)
1919set (DESCRIPTION "C++ API library for writing data to OLP" )
2020
2121set (OLP_SDK_DATASERVICE_WRITE_API_HEADERS
You can’t perform that action at this time.
0 commit comments