From 854aade4cbbde29dfd9a9072935c0f3cf92b545f Mon Sep 17 00:00:00 2001 From: Aurelien Bouteiller Date: Sun, 11 Sep 2022 18:37:07 -0400 Subject: [PATCH] PaRSEC release v3.0.2209 Signed-off-by: Aurelien Bouteiller --- CMakeLists.txt | 6 +++--- NEWS | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 683fd9cd0..a6babd431 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,10 +27,10 @@ include(GNUInstallDirs) set (PARSEC_VERSION_MAJOR 3) set (PARSEC_VERSION_MINOR 0) set (PARSEC_VERSION_RELEASE 0) # Devel master have no release number -set (PARSEC_VERSION_RELEASE 2012) # Set and uncomment for a release +set (PARSEC_VERSION_RELEASE 2209) # Set and uncomment for a release # Set the following values for a release -set(GIT_COMMIT_TAG parsec-3.0.2012) +set(GIT_COMMIT_TAG parsec-${PARSEC_VERSION_MAJOR}.${PARSEC_VERSION_MINOR}.${PARSEC_VERSION_RELEASE}) # Configure the installation paths set(PARSEC_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR}) @@ -1186,5 +1186,5 @@ foreach( pattern_file ${pattern_files} ) endforeach( pattern_file ) add_custom_target(build_with_parsec ALL DEPENDS ${pattern_files_dest}) -message(WARNING "PaRSEC API 3.x is entering legacy mode! PaRSEC ${PARSEC_VERSION_MAJOR}.${PARSEC_VERSION_MINOR}.${PARSEC_VERSION_RELEASE} is the final version for API 3.x; there will be no further updates. You should consider upgrading to PaRSEC API 4.x.") +message(WARNING "PaRSEC API 3.x is entering legacy mode! PaRSEC ${PARSEC_VERSION_MAJOR}.${PARSEC_VERSION_MINOR}.${PARSEC_VERSION_RELEASE} is the final version for API 3.x; there will be only hotfix updates. You should consider upgrading to PaRSEC API 4.x for new features.") diff --git a/NEWS b/NEWS index 460ede0bc..ed9d53824 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,11 @@ Copyright (c) 2009-2020 The University of Tennessee and The University This file contains the main features as well as overviews of specific bug fixes (and other actions) for each version of PaRSEC since v1.1.0 +v22.09 + - PaRSEC API 3.0 + + - Fix PaRSEC not compiling with gcc 11 + v20.12 - PaRSEC API 3.0