Skip to content

Commit

Permalink
Release v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Nov 21, 2023
2 parents 43dd90e + 0e5e51f commit 54fce3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ configuration:

environment:
COMMS_BRANCH: v5.2.1
COMMSDSL_BRANCH: v6.2.1
CC_TOOLS_QT_BRANCH: v4.2.1
COMMSDSL_BRANCH: v6.2.4
CC_TOOLS_QT_BRANCH: v4.2.3
matrix:
- CPP_STD: 11
- CPP_STD: 14
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]

env:
COMMS_BRANCH: v5.2.1
COMMSDSL_BRANCH: v6.2.1
CC_TOOLS_QT_BRANCH: v4.2.1
COMMSDSL_BRANCH: v6.2.4
CC_TOOLS_QT_BRANCH: v4.2.3

jobs:
build_gcc_old_ubuntu_20_04:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ option (MQTTSN_BUILD_EMSCRIPTEN "Build and install project generated by the comm
# COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig"
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"

set (MQTTSN_VERSION "2.4")
set (MQTTSN_MIN_COMMSDSL_VERSION "6.2.1")
set (MQTTSN_VERSION "2.5")
set (MQTTSN_MIN_COMMSDSL_VERSION "6.2.4")

set (EXTERNALS_DIR "${PROJECT_SOURCE_DIR}/externals")

Expand Down

0 comments on commit 54fce3c

Please sign in to comment.