diff --git a/CMakeLists.txt b/CMakeLists.txt index 52e844b1..9f4fdfde 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.03.0) +project(Chai LANGUAGES C CXX VERSION 2022.10.0) cmake_minimum_required(VERSION 3.14) include(cmake/SetupChaiOptions.cmake) diff --git a/README.md b/README.md index 145630ca..6879b1ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CHAI v2022.03.0 +# CHAI v2022.10.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 296bf64e..84fe0d15 160000 --- a/blt +++ b/blt @@ -1 +1 @@ -Subproject commit 296bf64e64edfcfcce6a53e3b396d6529e76b986 +Subproject commit 84fe0d15d841a79d923e97a9105b86b59147bfed diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index f6f3755b..7eca619d 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.03' +version = u'2022.10' # The full version, including alpha/beta/rc tags. -release = u'2022.03.0' +release = u'2022.10.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 84fa5a62..b2c5924e 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.03' +version = u'2022.10' # The full version, including alpha/beta/rc tags. -release = u'2022.03.0' +release = u'2022.10.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 f755a49d..d479741e 100755 --- a/scripts/make_release_tarball.sh +++ b/scripts/make_release_tarball.sh @@ -7,7 +7,7 @@ ############################################################################## TAR_CMD=gtar -VERSION=2022.03.0 +VERSION=2022.10.0 git archive --prefix=chai-${VERSION}/ -o chai-${VERSION}.tar HEAD 2> /dev/null diff --git a/src/tpl/umpire b/src/tpl/umpire index 2db6224a..93b1441a 160000 --- a/src/tpl/umpire +++ b/src/tpl/umpire @@ -1 +1 @@ -Subproject commit 2db6224ae0c3f3e0bbd6722e95c1167b7f79be7b +Subproject commit 93b1441aaa258c1dcd211a552b75cff6461a2a8a