Skip to content

Commit

Permalink
Requiring v5.2.3 of the comms library.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 7, 2024
1 parent 2b4e9bb commit 86bd076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configuration:
- Release

environment:
COMMS_BRANCH: v5.2.2
COMMS_BRANCH: develop
matrix:
- CPP_STD: 17
QT_MAJOR: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Github Actions Build
on: [push]

env:
COMMS_BRANCH: v5.2.2
COMMS_BRANCH: develop

jobs:

Expand Down
2 changes: 1 addition & 1 deletion lib/include/cc_tools_qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ constexpr unsigned version()
return CC_TOOLS_QT_VERSION;
}

static_assert(COMMS_MAKE_VERSION(5, 2, 2) <= comms::version(),
static_assert(COMMS_MAKE_VERSION(5, 2, 3) <= comms::version(),
"The version of COMMS library is too old");

} // namespace cc_tools_qt

0 comments on commit 86bd076

Please sign in to comment.