Skip to content

Commit

Permalink
v2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Apr 5, 2024
1 parent 9b71b9f commit d9ab7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d9ab7db

Please sign in to comment.