Skip to content

Commit 1bec860

Browse files
committed
Release v3.0.2
2 parents 1e22f11 + 7ac68db commit 1bec860

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions_build.yml

+2-2
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
WIN_BOOST_VERSION: "1.87.0"
1515
WIN_BOOST_DIR: "C:/local/boost_1_87_0"
1616

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ option (DEMO1_BUILD_EXAMPLES "Build examples." ON)
3333
# COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig"
3434
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"
3535

36-
set (DEMO1_VERSION "3.0.1")
37-
set (DEMO1_MIN_COMMSDSL_VERSION "7.0.2")
36+
set (DEMO1_VERSION "3.0.2")
37+
set (DEMO1_MIN_COMMSDSL_VERSION "7.0.3")
3838

3939
if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND
4040
(NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167))

0 commit comments

Comments
 (0)