From 3058d562fc707650e904f9321b1ee9bcebad3ae2 Mon Sep 17 00:00:00 2001 From: David Beckingsale Date: Tue, 16 Apr 2024 05:53:57 -0700 Subject: [PATCH] Release v2024.02.1 (#880) --- CMakeLists.txt | 2 +- README.md | 2 +- RELEASE | 2 +- RELEASE_NOTES.md | 4 ++++ blt | 2 +- docs/sphinx/conf.py.in | 2 +- scripts/make_release_tarball.sh | 2 +- src/tpl/umpire/camp | 2 +- 8 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ba753ec7..15d1e2b72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include(CMakePackageConfigHelpers) project(Umpire LANGUAGES CXX C - VERSION 2024.02.0) + VERSION 2024.02.1) cmake_minimum_required(VERSION 3.14) diff --git a/README.md b/README.md index d39dca7b6..6476d375c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Umpire Umpire v2024.02.0 +# Umpire Umpire v2024.02.1 [![Travis Build Status](https://travis-ci.com/LLNL/Umpire.svg?branch=develop)](https://travis-ci.com/LLNL/Umpire) [![Azure Pipelines Build Status](https://dev.azure.com/davidbeckingsale/Umpire/_apis/build/status/LLNL.Umpire?branchName=develop)](https://dev.azure.com/davidbeckingsale/Umpire/_build/latest?definitionId=1&branchName=develop) diff --git a/RELEASE b/RELEASE index fb5cc7821..0bdabe1e2 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -Umpire Version 2024.02.0 +Umpire Version 2024.02.1 Copyright (c) 2016-24, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b48472c6d..8081ef5d9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +# v2024.02.1 +## Bug Fixes +- Made fmt header-only by default allowing users to define preferred fmt target using UMPIRE_FMT_TARGET variable. + # v2024.02.0 ## New Features diff --git a/blt b/blt index 058b312f8..9ff77344f 160000 --- a/blt +++ b/blt @@ -1 +1 @@ -Subproject commit 058b312f8a5ef305e12a4380deaa13d618eff54e +Subproject commit 9ff77344f0b2a6ee345e452bddd6bfd46cbbfa35 diff --git a/docs/sphinx/conf.py.in b/docs/sphinx/conf.py.in index 605828861..1907dea5e 100644 --- a/docs/sphinx/conf.py.in +++ b/docs/sphinx/conf.py.in @@ -98,7 +98,7 @@ author = u'David Beckingsale' # The short X.Y version. version = u'2024.02' # The full version, including alpha/beta/rc tags. -release = u'2024.02.0' +release = u'2024.02.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/scripts/make_release_tarball.sh b/scripts/make_release_tarball.sh index bbcbd7192..1ad12d480 100755 --- a/scripts/make_release_tarball.sh +++ b/scripts/make_release_tarball.sh @@ -7,7 +7,7 @@ ############################################################################## TAR_CMD=gtar -VERSION=2024.02.0 +VERSION=2024.02.1 git archive --prefix=umpire-${VERSION}/ -o umpire-${VERSION}.tar HEAD 2> /dev/null diff --git a/src/tpl/umpire/camp b/src/tpl/umpire/camp index 03c80a6c6..79c320fa0 160000 --- a/src/tpl/umpire/camp +++ b/src/tpl/umpire/camp @@ -1 +1 @@ -Subproject commit 03c80a6c6ab4f97e76a52639563daec71435a277 +Subproject commit 79c320fa09db987923b56884afdc9f82f4b70fc4