Skip to content

Commit de8036b

Browse files
committed
REL v22.06.01 release
1 parent 2076eae commit de8036b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include(rapids-find)
2727

2828
rapids_cuda_init_architectures(CUGRAPH)
2929

30-
project(CUGRAPH VERSION 22.06.00 LANGUAGES C CXX CUDA)
30+
project(CUGRAPH VERSION 22.06.01 LANGUAGES C CXX CUDA)
3131

3232
if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
3333
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)

cpp/libcugraph_etl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include(rapids-find)
2727

2828
rapids_cuda_init_architectures(CUGRAPH_ETL)
2929

30-
project(CUGRAPH_ETL VERSION 22.06.00 LANGUAGES C CXX CUDA)
30+
project(CUGRAPH_ETL VERSION 22.06.01 LANGUAGES C CXX CUDA)
3131

3232
if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND
3333
CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)

docs/cugraph/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# The short X.Y version.
8484
version = '22.06'
8585
# The full version, including alpha/beta/rc tags.
86-
release = '22.06.00'
86+
release = '22.06.01'
8787

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

0 commit comments

Comments
 (0)