From 6f4db480ec30c02bc253e16a6fd550b2ef02806d Mon Sep 17 00:00:00 2001 From: Angelyr Date: Sat, 4 Jan 2025 17:15:33 -0500 Subject: [PATCH] update version --- .github/workflows/updateCmakeVersion.yml | 3 ++- CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updateCmakeVersion.yml b/.github/workflows/updateCmakeVersion.yml index 2569cc6..5b5decf 100644 --- a/.github/workflows/updateCmakeVersion.yml +++ b/.github/workflows/updateCmakeVersion.yml @@ -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 \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 080a418..094d7a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()