Skip to content

Commit 1e22f11

Browse files
committed
Release v3.0.1
2 parents cd0845d + 43f7c42 commit 1e22f11

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/actions_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- '**'
99

1010
env:
11-
COMMS_TAG: 5.3
12-
COMMSDSL_TAG: 7.0
13-
CC_TOOLS_QT_TAG: 6.0
11+
COMMS_TAG: v5.3
12+
COMMSDSL_TAG: v7.0.2
13+
CC_TOOLS_QT_TAG: v6.0
1414
WIN_BOOST_VERSION: "1.87.0"
1515
WIN_BOOST_DIR: "C:/local/boost_1_87_0"
1616

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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")
37-
set (DEMO1_MIN_COMMSDSL_VERSION "7.0")
36+
set (DEMO1_VERSION "3.0.1")
37+
set (DEMO1_MIN_COMMSDSL_VERSION "7.0.2")
3838

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

0 commit comments

Comments
 (0)