Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jan 18, 2025
2 parents d5e4e5b + c6fbb2b commit 3a28b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ 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_MIN_COMMSDSL_VERSION "7.0")
set (UBLOX_VERSION "3.0.1")
set (UBLOX_MIN_COMMSDSL_VERSION "7.0.2")

if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND
(NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167))
Expand Down

0 comments on commit 3a28b37

Please sign in to comment.