Skip to content

Commit c069e15

Browse files
committed
Release v0.10
2 parents d26b5f5 + 1511546 commit c069e15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ option (DEMO1_NO_WARN_AS_ERR "Don't treat compilation warnings as errors." OFF)
1717
# is not provided and examples are not disabled.
1818

1919
if ("${COMMSDSL_TAG}" STREQUAL "")
20-
set(COMMSDSL_TAG "v2.2")
20+
set(COMMSDSL_TAG "v2.3")
2121
endif ()
2222

2323
if ("${COMMS_TAG}" STREQUAL "")
24-
set(COMMS_TAG "v2.0.1")
24+
set(COMMS_TAG "v2.0.2")
2525
endif ()
2626

27-
set (VERSION "0.9")
27+
set (VERSION "0.10")
2828

2929
set (COMMSDSL_TGT "commsdsl_tgt")
3030
if ("${COMMSDSL2COMMS}" STREQUAL "")

0 commit comments

Comments
 (0)