Skip to content

Commit

Permalink
Merge pull request #271 from LLNL/v0.13.1-RC
Browse files Browse the repository at this point in the history
v0.13.1 RC
  • Loading branch information
adayton1 authored Jun 27, 2024
2 parents 2b288e2 + d84c1b0 commit 0fd0d47
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.18)

project(CARE
LANGUAGES C CXX
VERSION 0.13.0)
VERSION 0.13.1)

include(${PROJECT_SOURCE_DIR}/cmake/Setup.cmake)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[comment]: # (SPDX-License-Identifier: BSD-3-Clause)
[comment]: # (#################################################################)

# CARE v0.13.0
# CARE v0.13.1

CARE: CHAI and RAJA Extensions
===============================
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ in this file.

The format of this file is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Version 0.13.1] - Release date 2024-06-27

### Changed
- Updated to CHAI v2024.02.2

## [Version 0.13.0] - Release date 2024-06-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.13.0'
release = '0.13.1'

# 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 @@ -8,7 +8,7 @@
##############################################################################

TAR_CMD=gtar
VERSION=0.13.0
VERSION=0.13.1

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

Expand Down
2 changes: 1 addition & 1 deletion tpl/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
##############################################################################

BLT: 0.6.2
CHAI: v2024.02.1
CHAI: v2024.02.2
RAJA: v2024.02.2
Umpire: v2024.02.1

0 comments on commit 0fd0d47

Please sign in to comment.