From 603334a3151c2063689c7bd648b4f5abec60c19d Mon Sep 17 00:00:00 2001 From: Anderson Chauphan Date: Mon, 26 Feb 2024 10:58:30 -0700 Subject: [PATCH 1/2] Update version strings post 15.1.0 release for develop Develop branch version updated to 15.1.0-dev (Start of semantic versioning) Story ref: TRILFRAME-618 --- Version.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Version.cmake b/Version.cmake index e28cd7adab7c..6284f9b657e0 100644 --- a/Version.cmake +++ b/Version.cmake @@ -59,10 +59,10 @@ # for release mode and set the version. # -SET(Trilinos_VERSION 15.1) +SET(Trilinos_VERSION 15.2.0) SET(Trilinos_MAJOR_VERSION 15) -SET(Trilinos_MAJOR_MINOR_VERSION 150100) -SET(Trilinos_VERSION_STRING "15.1 (Dev)") +SET(Trilinos_MAJOR_MINOR_VERSION 150200) +SET(Trilinos_VERSION_STRING "15.2.0-dev") SET(Trilinos_ENABLE_DEVELOPMENT_MODE_DEFAULT ON) # Change to 'OFF' for a release # Used by testing scripts and should not be used elsewhere From d49940c5d1e42ba3e1b9d4bc04be7650fe91af39 Mon Sep 17 00:00:00 2001 From: Anderson Chauphan Date: Mon, 26 Feb 2024 11:32:15 -0700 Subject: [PATCH 2/2] Updated RELEASE_NOTES noting the switch to semantic versioning Framework has decided to begin the switch to semantic versioning for Trilinos with the 15.1.0 release. Story ref: TRILFRAME-618 --- RELEASE_NOTES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 472592398602..e2118aab28d6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,7 +1,7 @@ ############################################################################### # # -# Trilinos Release 15.1 Release Notes TBD, 2024 # +# Trilinos Release 15.1.0 Release Notes February 26, 2024 # # # ############################################################################### @@ -12,6 +12,11 @@ Amesos2 https://github.com/trilinos/Trilinos/pull/12524 +Framework + + - Began using semantic versioning for Trilinos with 15.1.0 release. + + Ifpack2 - BlockRelaxation can now generate blocks using a Zoltan2.