Skip to content

Commit

Permalink
Release v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Aug 10, 2023
2 parents 1025466 + 67ea9e9 commit 07d261c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ configuration:
- Release

environment:
COMMS_BRANCH: v5.2
COMMSDSL_BRANCH: v6.1
CC_TOOLS_QT_BRANCH: v4.1
COMMS_BRANCH: v5.2.1
COMMSDSL_BRANCH: v6.2.1
CC_TOOLS_QT_BRANCH: v4.2.1
matrix:
- CPP_STD: 11
- CPP_STD: 14
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Github Actions Build
on: [push]

env:
COMMS_BRANCH: v5.2
COMMSDSL_BRANCH: v6.1
CC_TOOLS_QT_BRANCH: v4.1
COMMS_BRANCH: v5.2.1
COMMSDSL_BRANCH: v6.2.1
CC_TOOLS_QT_BRANCH: v4.2.1

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 (UBLOX_BUILD_EXAMPLES "Build examples." OFF)
# COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig"
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"

set (UBLOX_VERSION "2.3")
set (UBLOX_MIN_COMMSDSL_VERSION "6.1")
set (UBLOX_VERSION "2.4")
set (UBLOX_MIN_COMMSDSL_VERSION "6.2.1")

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

Expand Down

0 comments on commit 07d261c

Please sign in to comment.