Skip to content

Commit 0c44913

Browse files
committed
Release v3.0.2
2 parents 8e6d669 + 810189e commit 0c44913

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
env:
1111
COMMS_TAG: v5.3
12-
COMMSDSL_TAG: v7.0.2
13-
CC_TOOLS_QT_TAG: v6.0
12+
COMMSDSL_TAG: v7.0.3
13+
CC_TOOLS_QT_TAG: v6.0.1
1414

1515
jobs:
1616
build_gcc_old_ubuntu_20_04:

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ option (MQTT311_BUILD_EMSCRIPTEN "Build and install project generated by the com
3232
# COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig"
3333
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"
3434

35-
set (MQTT311_VERSION "3.0.1")
36-
set (MQTT311_MIN_COMMSDSL_VERSION "7.0.2")
35+
set (MQTT311_VERSION "3.0.2")
36+
set (MQTT311_MIN_COMMSDSL_VERSION "7.0.3")
3737

3838
if ("${CMAKE_CXX_STANDARD}" STREQUAL "")
3939
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)