summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2017-02-28 03:40:02 -0800
committerJuergen Gehring <juergen.gehring@bmw.de>2017-02-28 03:40:02 -0800
commit66de998220d90116aa603d7458e245fe6094b4eb (patch)
treeb36d991f0ecb494b1bc94235350ba6194266d8cc /CMakeLists.txt
parent436750026fb1a27944584513c7191d1bc83e9f0d (diff)
downloadgenivi-common-api-runtime-66de998220d90116aa603d7458e245fe6094b4eb.tar.gz
CommonAPI 3.1.113.1.11
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6c78c9d..5749fef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+# Copyright (C) 2013-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -10,7 +10,7 @@ PROJECT(libcommonapi)
# version of CommonAPI
SET( LIBCOMMONAPI_MAJOR_VERSION 3 )
SET( LIBCOMMONAPI_MINOR_VERSION 1 )
-SET( LIBCOMMONAPI_PATCH_VERSION 10 )
+SET( LIBCOMMONAPI_PATCH_VERSION 11 )
message(STATUS "Project name: ${PROJECT_NAME}")