Skip to content

Commit

Permalink
[MDAPI-135] [C++] Add the ability to create a bundle to build with al…
Browse files Browse the repository at this point in the history
…l dependencies.

v3.0.0-rc2
  • Loading branch information
ttldtor committed Oct 2, 2024
1 parent 9325744 commit 650aaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project(dxFeedGraalCxxApi)

include(cmake/ParseVersion.cmake)

set(DXFCXX_VERSION "v3.0.0-rc1" CACHE STRING "The dxFeed Graal CXX API package version")
set(DXFCXX_VERSION "v3.0.0-rc2" CACHE STRING "The dxFeed Graal CXX API package version")

dxfcxx_ParseVersion(${DXFCXX_VERSION} DXFCXX_MAJOR_VERSION DXFCXX_MINOR_VERSION DXFCXX_PATCH_VERSION DXFCXX_SUFFIX_VERSION)

Expand Down

0 comments on commit 650aaca

Please sign in to comment.