From d9ab7dbe7f8bc91a01c7b45a76e97fb15365cf6b Mon Sep 17 00:00:00 2001 From: ttldtor Date: Fri, 5 Apr 2024 13:13:57 +0300 Subject: [PATCH] v2.0.0-rc2 --- .github/workflows/release.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 856357e0..db5992e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: xcode: '15.0' cc: 'clang' cxx: 'clang++' - buildType: [ Release, Debug ] + buildType: [ Release, Debug, RelWithDebInfo ] runs-on: ${{ matrix.config.image }} steps: diff --git a/CMakeLists.txt b/CMakeLists.txt index b4a4c1f7..5bd073c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) project(dxFeedGraalCxxApi) -set(DXFCXX_VERSION "v2.0.0-rc1" CACHE STRING "The dxFeed Graal CXX API package version") +set(DXFCXX_VERSION "v2.0.0-rc2" CACHE STRING "The dxFeed Graal CXX API package version") set(DXFEED_GRAAL_NATIVE_SDK_VERSION "1.1.10" CACHE STRING "") set(FMTLIB_VERSION "10.2.1")