From 95e5cd358c7d08a9f5afe65bcea7039f687e4241 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Tue, 14 Jan 2025 08:21:10 +1000 Subject: [PATCH 1/2] Updating next release version to be v3.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35c1cba..4f3037f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ option (UBLOX_BUILD_EXAMPLES "Build examples." OFF) # COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig" # COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten" -set (UBLOX_VERSION "3.0") +set (UBLOX_VERSION "3.0.1") set (UBLOX_MIN_COMMSDSL_VERSION "7.0") if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND From c6fbb2b96c48c77a2aa0f9554c43ed1332639a43 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 18 Jan 2025 19:01:01 +1000 Subject: [PATCH 2/2] Requiring commsdsl v7.0.2 to generate code. --- .github/workflows/actions_build.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index 7aa6e45..a91705a 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -9,7 +9,7 @@ on: env: COMMS_TAG: v5.3 - COMMSDSL_TAG: v7.0 + COMMSDSL_TAG: v7.0.2 CC_TOOLS_QT_TAG: v6.0 WIN_BOOST_VERSION: "1.87.0" WIN_BOOST_DIR: "C:/local/boost_1_87_0" diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f3037f..1a41249 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ option (UBLOX_BUILD_EXAMPLES "Build examples." OFF) # COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten" set (UBLOX_VERSION "3.0.1") -set (UBLOX_MIN_COMMSDSL_VERSION "7.0") +set (UBLOX_MIN_COMMSDSL_VERSION "7.0.2") if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND (NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167))