From ab0a940fb174161228a09ae8f551fa35ecbf7f40 Mon Sep 17 00:00:00 2001 From: Chris White Date: Thu, 18 Jan 2024 16:04:17 -0800 Subject: [PATCH] bump version --- RELEASE-NOTES.md | 5 ++++- SetupBLT.cmake | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 050407d21..7758f57fa 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -9,6 +9,8 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/ ## [Unreleased] - Release date yyyy-mm-dd +## [Version 0.6.0] - Release date 2024-01-18 + ### Added - Added support for C++23. Note: XL and PGI do not support C++23. - Adds a `clang_tidy_style` CMake target to allow `clang-tidy` to fix errors in-place. @@ -310,7 +312,8 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/ -[Unreleased]: https://github.com/LLNL/blt/compare/v0.5.3...develop +[Unreleased]: https://github.com/LLNL/blt/compare/v0.6.0...develop +[Version 0.5.3]: https://github.com/LLNL/blt/compare/v0.5.3...v0.6.0 [Version 0.5.3]: https://github.com/LLNL/blt/compare/v0.5.2...v0.5.3 [Version 0.5.2]: https://github.com/LLNL/blt/compare/v0.5.1...v0.5.2 [Version 0.5.1]: https://github.com/LLNL/blt/compare/v0.5.0...v0.5.1 diff --git a/SetupBLT.cmake b/SetupBLT.cmake index 19d38ffb4..eb06d81c9 100644 --- a/SetupBLT.cmake +++ b/SetupBLT.cmake @@ -4,7 +4,7 @@ # SPDX-License-Identifier: (BSD-3-Clause) if (NOT BLT_LOADED) - set(BLT_VERSION "0.5.3" CACHE STRING "") + set(BLT_VERSION "0.6.0" CACHE STRING "") mark_as_advanced(BLT_VERSION) message(STATUS "BLT Version: ${BLT_VERSION}")