From 2602f7c033b094623a6f5aa67502e1a700be62d2 Mon Sep 17 00:00:00 2001 From: Chris White Date: Mon, 5 Jun 2023 21:48:31 -0700 Subject: [PATCH] bump version number --- 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 3af23b89b..d9cb9c001 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.5.3] - Release date 2023-06-05 + ### Changed - Updated Googletest to main from 04/13/2023. Commit: [12a5852e451baabc79c63a86c634912c563d57bc](https://github.com/google/googletest/commit/12a5852e451baabc79c63a86c634912c563d57bc). @@ -286,7 +288,8 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/ -[Unreleased]: https://github.com/LLNL/blt/compare/v0.5.2...develop +[Unreleased]: https://github.com/LLNL/blt/compare/v0.5.3...develop +[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 [Version 0.5.0]: https://github.com/LLNL/blt/compare/v0.4.1...v0.5.0 diff --git a/SetupBLT.cmake b/SetupBLT.cmake index 16571b085..9c6af9296 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.2" CACHE STRING "") + set(BLT_VERSION "0.5.3" CACHE STRING "") mark_as_advanced(BLT_VERSION) message(STATUS "BLT Version: ${BLT_VERSION}")