Skip to content

Commit 052f421

Browse files
Bump release number
1 parent 13dae2e commit 052f421

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake_policy(SET CMP0057 NEW)
88
cmake_policy(SET CMP0048 NEW)
99
cmake_policy(SET CMP0025 NEW)
1010

11-
project(Chai LANGUAGES CXX VERSION 2.3.0)
11+
project(Chai LANGUAGES CXX VERSION 2.4.0)
1212

1313
set(ENABLE_CUDA Off CACHE BOOL "Enable CUDA")
1414
set(ENABLE_HIP Off CACHE BOOL "Enable HIP")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CHAI v2.3
1+
# CHAI v2.4
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)

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'2.3'
64+
version = u'2.4'
6565
# The full version, including alpha/beta/rc tags.
66-
release = u'2.3.0'
66+
release = u'2.4.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'2.3'
63+
version = u'2.4'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'2.3.0'
65+
release = u'2.4.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=2.3.0
10+
VERSION=2.4.0
1111

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

0 commit comments

Comments
 (0)