File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77cmake_policy (SET CMP0057 NEW)
88cmake_policy (SET CMP0048 NEW)
99
10- project (Chai LANGUAGES CXX VERSION 2.2.1 )
10+ project (Chai LANGUAGES CXX VERSION 2.2.2 )
1111
1212set (ENABLE_CUDA Off CACHE BOOL "Enable CUDA" )
1313set (ENABLE_HIP Off CACHE BOOL "Enable HIP" )
Original file line number Diff line number Diff line change 6363# The short X.Y version.
6464version = u'2.2'
6565# The full version, including alpha/beta/rc tags.
66- release = u'2.2.1 '
66+ release = u'2.2.2 '
6767
6868# The language for content autogenerated by Sphinx. Refer to documentation
6969# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ author = u''
6262# The short X.Y version.
6363version = u'2.2'
6464# The full version, including alpha/beta/rc tags.
65- release = u'2.2.1 '
65+ release = u'2.2.2 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 77# #############################################################################
88
99TAR_CMD=gtar
10- VERSION=2.2.1
10+ VERSION=2.2.2
1111
1212git archive --prefix=chai-${VERSION} / -o chai-${VERSION} .tar HEAD 2> /dev/null
1313
1414echo " Running git archive submodules..."
1515
16- p=` pwd` && (echo . ; git submodule foreach) | while read entering path; do
16+ p=` pwd` && (echo . ; git submodule foreach --recursive ) | while read entering path; do
1717 temp=" ${path% \' } " ;
1818 temp=" ${temp# \' } " ;
1919 path=$temp ;
You can’t perform that action at this time.
0 commit comments