Skip to content

Commit

Permalink
switched version to 1.9.2rc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLevy committed Nov 20, 2024
1 parent fd3db7f commit 165eb7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./reports/smoke
destination_dir: reports/smoke
force_orphan: true # to clean history of gh-pages branch
# force_orphan: true # to clean history of gh-pages branch
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ cmake_policy(SET CMP0048 NEW)


##############################################################################
set(VORPALINE_VERSION_RC FALSE)
set(VORPALINE_VERSION_RC TRUE)
set(VORPALINE_VERSION_MAJOR 1)
set(VORPALINE_VERSION_MINOR 9)
set(VORPALINE_VERSION_PATCH 1)
set(VORPALINE_VERSION_PATCH 2)

set(VORPALINE_VERSION_PLAIN ${VORPALINE_VERSION_MAJOR}.${VORPALINE_VERSION_MINOR}.${VORPALINE_VERSION_PATCH})
if(VORPALINE_VERSION_RC)
Expand Down

0 comments on commit 165eb7e

Please sign in to comment.