diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f4fdfde..5b709027 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_policy(SET CMP0025 NEW) include(CMakeDependentOption) include(CMakePackageConfigHelpers) -project(Chai LANGUAGES C CXX VERSION 2022.10.0) +project(Chai LANGUAGES C CXX VERSION 2023.06.0) cmake_minimum_required(VERSION 3.14) include(cmake/SetupChaiOptions.cmake) diff --git a/README.md b/README.md index 6879b1ea..0f753269 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CHAI v2022.10.0 +# CHAI v2023.06.0 [![Azure Build Status](https://dev.azure.com/davidbeckingsale/CHAI/_apis/build/status/LLNL.CHAI?branchName=develop)](https://dev.azure.com/davidbeckingsale/CHAI/_build/latest?definitionId=2&branchName=develop) [![Build Status](https://travis-ci.org/LLNL/CHAI.svg?branch=develop)](https://travis-ci.org/LLNL/CHAI) diff --git a/blt b/blt index 09f7a4be..5a792c17 160000 --- a/blt +++ b/blt @@ -1 +1 @@ -Subproject commit 09f7a4be48886e1175885e10ed6af1225ae12a90 +Subproject commit 5a792c1775e7a7628d84dcde31652a689f1df7b5 diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 7eca619d..d63a65b2 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = u'2022.10' +version = u'2023.06' # The full version, including alpha/beta/rc tags. -release = u'2022.10.0' +release = u'2023.06.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/sphinx/conf.py.in b/docs/sphinx/conf.py.in index b2c5924e..cd6f8373 100644 --- a/docs/sphinx/conf.py.in +++ b/docs/sphinx/conf.py.in @@ -60,9 +60,9 @@ author = u'' # built documents. # # The short X.Y version. -version = u'2022.10' +version = u'2023.06' # The full version, including alpha/beta/rc tags. -release = u'2022.10.0' +release = u'2023.06.0' # 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 d479741e..7d2929e6 100755 --- a/scripts/make_release_tarball.sh +++ b/scripts/make_release_tarball.sh @@ -7,7 +7,7 @@ ############################################################################## TAR_CMD=gtar -VERSION=2022.10.0 +VERSION=2023.06.0 git archive --prefix=chai-${VERSION}/ -o chai-${VERSION}.tar HEAD 2> /dev/null diff --git a/src/tpl/raja b/src/tpl/raja index c2a6b174..e330b256 160000 --- a/src/tpl/raja +++ b/src/tpl/raja @@ -1 +1 @@ -Subproject commit c2a6b1740759ae3ae7c85b35e20dbffbe235355d +Subproject commit e330b2560747d5417cd7bd265fab3fb91d32ecbd diff --git a/src/tpl/umpire b/src/tpl/umpire index 93b1441a..1e5ef604 160000 --- a/src/tpl/umpire +++ b/src/tpl/umpire @@ -1 +1 @@ -Subproject commit 93b1441aaa258c1dcd211a552b75cff6461a2a8a +Subproject commit 1e5ef604de88e81bb3b6fc4a5d914be833529da5