File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cmake_policy(SET CMP0057 NEW)
8
8
cmake_policy (SET CMP0048 NEW )
9
9
cmake_policy (SET CMP0025 NEW )
10
10
11
- project (Chai LANGUAGES CXX VERSION 2.3 .0 )
11
+ project (Chai LANGUAGES CXX VERSION 2.4 .0 )
12
12
13
13
set (ENABLE_CUDA Off CACHE BOOL "Enable CUDA" )
14
14
set (ENABLE_HIP Off CACHE BOOL "Enable HIP" )
Original file line number Diff line number Diff line change 1
- # CHAI v2.3
1
+ # CHAI v2.4
2
2
3
3
[ ![ 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 )
4
4
[ ![ Build Status] ( https://travis-ci.org/LLNL/CHAI.svg?branch=develop )] ( https://travis-ci.org/LLNL/CHAI )
Original file line number Diff line number Diff line change 61
61
# built documents.
62
62
#
63
63
# The short X.Y version.
64
- version = u'2.3 '
64
+ version = u'2.4 '
65
65
# The full version, including alpha/beta/rc tags.
66
- release = u'2.3 .0'
66
+ release = u'2.4 .0'
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
69
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ author = u''
60
60
# built documents.
61
61
#
62
62
# The short X.Y version.
63
- version = u'2.3 '
63
+ version = u'2.4 '
64
64
# The full version, including alpha/beta/rc tags.
65
- release = u'2.3 .0'
65
+ release = u'2.4 .0'
66
66
67
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
68
# for a list of supported languages.
Original file line number Diff line number Diff line change 7
7
# #############################################################################
8
8
9
9
TAR_CMD=gtar
10
- VERSION=2.3 .0
10
+ VERSION=2.4 .0
11
11
12
12
git archive --prefix=chai-${VERSION} / -o chai-${VERSION} .tar HEAD 2> /dev/null
13
13
You can’t perform that action at this time.
0 commit comments