Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 4, 2025
1 parent 281a187 commit 6f4db48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/updateCmakeVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
run: |
masterVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' master/CMakeLists.txt)
branchVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' branch/CMakeLists.txt)
[ "$masterVersion" != "$branchVersion" ]
echo $masterVersion
echo $branchVersion
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.19)
project(polyMPO VERSION 0.1.0 LANGUAGES CXX Fortran)
project(polyMPO VERSION 0.2.0 LANGUAGES CXX Fortran)

include(cmake/bob.cmake)
bob_begin_package()
Expand Down

0 comments on commit 6f4db48

Please sign in to comment.