From d24b6dc27b404cfcc9428c40a9d81a0e7cb0bdda Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Wed, 5 Jun 2019 20:35:45 +1000 Subject: [PATCH] Using v2.0 of commsdsl and v1.3 of comms_champion. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff3fdef..34317d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,11 +14,11 @@ project ("cc.mqtt5.commsdsl") # is not provided and examples are not disabled. if ("${COMMSDSL_TAG}" STREQUAL "") - set(COMMSDSL_TAG "dsl2") + set(COMMSDSL_TAG "v2.0") endif () if ("${COMMS_TAG}" STREQUAL "") - set(COMMS_TAG "develop") + set(COMMS_TAG "v1.3") endif () set (VERSION "0.7")