From 3c613b90b488bc3d8be459fade553dffcac954e1 Mon Sep 17 00:00:00 2001 From: Kevin Dewald Date: Wed, 28 May 2025 18:39:17 -0700 Subject: [PATCH] Fix version --- simplebluez/CMakeLists.txt | 2 +- simplecble/CMakeLists.txt | 2 +- simpledbus/CMakeLists.txt | 2 +- simpledroidble/simpledroidble/src/main/cpp/CMakeLists.txt | 2 +- simplejavable/cpp/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/simplebluez/CMakeLists.txt b/simplebluez/CMakeLists.txt index 19af733..07cd61c 100644 --- a/simplebluez/CMakeLists.txt +++ b/simplebluez/CMakeLists.txt @@ -9,7 +9,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/prelude.cmake) project( simplebluez - VERSION ${SIMPLEBLE_VERSION} + VERSION ${SIMPLEBLE_VERSION_BASE} DESCRIPTION "A simple C++ wrapper around Bluez with a commercially-friendly licence." HOMEPAGE_URL "https://github.com/OpenBluetoothToolbox/SimpleBluez" LANGUAGES CXX diff --git a/simplecble/CMakeLists.txt b/simplecble/CMakeLists.txt index a840ace..2b1b978 100644 --- a/simplecble/CMakeLists.txt +++ b/simplecble/CMakeLists.txt @@ -4,7 +4,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/prelude.cmake) project( simplecble - VERSION ${SIMPLEBLE_VERSION} + VERSION ${SIMPLEBLE_VERSION_BASE} DESCRIPTION "The ultimate fully-fledged cross-platform library for Bluetooth Low Energy (BLE)." HOMEPAGE_URL "https://github.com/simpleble/simpleble" LANGUAGES CXX diff --git a/simpledbus/CMakeLists.txt b/simpledbus/CMakeLists.txt index d9c7439..298c387 100644 --- a/simpledbus/CMakeLists.txt +++ b/simpledbus/CMakeLists.txt @@ -9,7 +9,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/prelude.cmake) project( simpledbus - VERSION ${SIMPLEBLE_VERSION} + VERSION ${SIMPLEBLE_VERSION_BASE} DESCRIPTION "A simple C++ wrapper around DBus with a commercially-friendly licence." HOMEPAGE_URL "https://github.com/OpenBluetoothToolbox/SimpleDBus" LANGUAGES CXX diff --git a/simpledroidble/simpledroidble/src/main/cpp/CMakeLists.txt b/simpledroidble/simpledroidble/src/main/cpp/CMakeLists.txt index 1e720c7..2fad10f 100644 --- a/simpledroidble/simpledroidble/src/main/cpp/CMakeLists.txt +++ b/simpledroidble/simpledroidble/src/main/cpp/CMakeLists.txt @@ -6,7 +6,7 @@ include(${PROJECT_ROOT_DIR}/cmake/prelude.cmake) project( "simpleble-jni" - VERSION ${SIMPLEBLE_VERSION} + VERSION ${SIMPLEBLE_VERSION_BASE} LANGUAGES CXX ) diff --git a/simplejavable/cpp/CMakeLists.txt b/simplejavable/cpp/CMakeLists.txt index 0b73fa7..7f64b3c 100644 --- a/simplejavable/cpp/CMakeLists.txt +++ b/simplejavable/cpp/CMakeLists.txt @@ -6,7 +6,7 @@ include(${PROJECT_ROOT_DIR}/cmake/prelude.cmake) project( "simplejavable" - VERSION ${SIMPLEBLE_VERSION} + VERSION ${SIMPLEBLE_VERSION_BASE} LANGUAGES CXX )