Skip to content

Commit 6f4db48

Browse files
committed
update version
1 parent 281a187 commit 6f4db48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/updateCmakeVersion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
run: |
2828
masterVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' master/CMakeLists.txt)
2929
branchVersion=$(grep -oP 'project\(\s*[\w-]+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' branch/CMakeLists.txt)
30-
[ "$masterVersion" != "$branchVersion" ]
30+
echo $masterVersion
31+
echo $branchVersion
3132

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.19)
2-
project(polyMPO VERSION 0.1.0 LANGUAGES CXX Fortran)
2+
project(polyMPO VERSION 0.2.0 LANGUAGES CXX Fortran)
33

44
include(cmake/bob.cmake)
55
bob_begin_package()

0 commit comments

Comments
 (0)