Skip to content

Commit

Permalink
bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed Mar 15, 2024
1 parent 9c59df4 commit 02dbff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/

## [Unreleased] - Release date yyyy-mm-dd

## [Version 0.6.2] - Release date 2024-03-15

### Added
- Added output for CMake's implicitly added link libraries and directories.

Expand Down Expand Up @@ -329,7 +331,8 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/



[Unreleased]: https://github.com/LLNL/blt/compare/v0.6.1...develop
[Unreleased]: https://github.com/LLNL/blt/compare/v0.6.2...develop
[Version 0.6.2]: https://github.com/LLNL/blt/compare/v0.6.1...v0.6.2
[Version 0.6.1]: https://github.com/LLNL/blt/compare/v0.6.0...v0.6.1
[Version 0.6.0]: 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
Expand Down
2 changes: 1 addition & 1 deletion SetupBLT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: (BSD-3-Clause)

if (NOT BLT_LOADED)
set(BLT_VERSION "0.6.1" CACHE STRING "")
set(BLT_VERSION "0.6.2" CACHE STRING "")
mark_as_advanced(BLT_VERSION)
message(STATUS "BLT Version: ${BLT_VERSION}")

Expand Down

0 comments on commit 02dbff1

Please sign in to comment.