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 07d261c + f800bf4 commit e245fce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 (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.4")
set (UBLOX_MIN_COMMSDSL_VERSION "6.2.1")
set (UBLOX_VERSION "2.5")
set (UBLOX_MIN_COMMSDSL_VERSION "6.2.4")

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

Expand Down
4 changes: 2 additions & 2 deletions script/appveyor_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IF "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (
set TOOLCHAIN=msvc16
set QT_SUBDIR=msvc2019
set QT_VER=5.15.2
set BOOST_VER=1_73_0
set BOOST_VER=1_77_0
IF "%PLATFORM%"=="x86" (
echo Performing x86 build in VS2019
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
Expand All @@ -40,7 +40,7 @@ IF "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (
set TOOLCHAIN=msvc17
set QT_SUBDIR=msvc2019
set QT_VER=5.15.2
set BOOST_VER=1_77_0
set BOOST_VER=1_83_0
IF "%PLATFORM%"=="x86" (
echo Performing x86 build in VS2022
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
Expand Down

0 comments on commit e245fce

Please sign in to comment.