Skip to content

Commit

Permalink
Release/2024.07.0 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 authored Jul 24, 2024
1 parent d67812a commit e04e0ca
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(CMakePackageConfigHelpers)

project(Umpire
LANGUAGES CXX C
VERSION 2024.02.1)
VERSION 2024.07.0)

cmake_minimum_required(VERSION 3.23)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/LLNL/Umpire/develop/share/umpire/logo/umpire-logo.png" width="128" valign="middle" alt="Umpire"/> Umpire v2024.02.1
# <img src="https://cdn.rawgit.com/LLNL/Umpire/develop/share/umpire/logo/umpire-logo.png" width="128" valign="middle" alt="Umpire"/> Umpire v2024.07.0

[![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)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Umpire Version 2024.02.1
Umpire Version 2024.07.0

Copyright (c) 2016-24, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
Expand Down
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2024.07.0

## Changes Impacting Builds

This release of Umpire contains new build requirements including:

- Cmake version 3.23 or later is required.

## Bug Fixes

- Umpire uses Fortran_FORMAT to avoid compilation errors when using LLVM flang.

## Improvements

- SYCL and Intel builds were added to Umpire`s DockerFile in addition to other builds in the Github workflow for better testing.

# v2024.02.1
## Bug Fixes
- Made fmt header-only by default allowing users to define preferred fmt target using UMPIRE_FMT_TARGET variable.
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ author = u'David Beckingsale'
# built documents.
#
# The short X.Y version.
version = u'2024.02'
version = u'2024.07'
# The full version, including alpha/beta/rc tags.
release = u'2024.02.1'
release = u'2024.07.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_release_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##############################################################################

TAR_CMD=gtar
VERSION=2024.02.1
VERSION=2024.07.0

git archive --prefix=umpire-${VERSION}/ -o umpire-${VERSION}.tar HEAD 2> /dev/null

Expand Down

0 comments on commit e04e0ca

Please sign in to comment.