Skip to content

Commit

Permalink
Incremented version to 2.1.5.
Browse files Browse the repository at this point in the history
Updated rapidjson to the latest revision and updated gtest version in CI.
  • Loading branch information
akb825 committed Nov 11, 2024
1 parent 1d32acd commit ab7c352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
cores_count: '4'
cores_mac_count: '3'
dependency_location: "${{ github.workspace }}/dependencies"
gtest_version: release-1.12.1
gtest_version: v1.15.2
test_results_location: "${{ github.workspace }}/test-results"
jobs:
Linux:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endif()

set(VFC_MAJOR_VERSION 2)
set(VFC_MINOR_VERSION 1)
set(VFC_PATCH_VERSION 4)
set(VFC_PATCH_VERSION 5)
set(VFC_VERSION ${VFC_MAJOR_VERSION}.${VFC_MINOR_VERSION}.${VFC_PATCH_VERSION})

set(VFC_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
Expand Down

0 comments on commit ab7c352

Please sign in to comment.