Skip to content

Commit d26b5f5

Browse files
committed
Release v0.9
2 parents e9f974e + 0bbe18d commit d26b5f5

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.1")
20+
set(COMMSDSL_TAG "v2.2")
2121
endif ()
2222

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

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

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

0 commit comments

Comments
 (0)