Skip to content

Commit 9510efd

Browse files
Release v2022.10.0 (#217)
1 parent def14a6 commit 9510efd

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_policy(SET CMP0025 NEW)
1111
include(CMakeDependentOption)
1212
include(CMakePackageConfigHelpers)
1313

14-
project(Chai LANGUAGES C CXX VERSION 2022.03.0)
14+
project(Chai LANGUAGES C CXX VERSION 2022.10.0)
1515
cmake_minimum_required(VERSION 3.14)
1616

1717
include(cmake/SetupChaiOptions.cmake)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CHAI v2022.03.0
1+
# CHAI v2022.10.0
22

33
[![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)
44
[![Build Status](https://travis-ci.org/LLNL/CHAI.svg?branch=develop)](https://travis-ci.org/LLNL/CHAI)

blt

Submodule blt updated 46 files

docs/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = u'2022.03'
64+
version = u'2022.10'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'2022.03.0'
66+
release = u'2022.10.0'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

docs/sphinx/conf.py.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ author = u''
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'2022.03'
63+
version = u'2022.10'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'2022.03.0'
65+
release = u'2022.10.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

scripts/make_release_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##############################################################################
88

99
TAR_CMD=gtar
10-
VERSION=2022.03.0
10+
VERSION=2022.10.0
1111

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

src/tpl/umpire

Submodule umpire updated 267 files

0 commit comments

Comments
 (0)