From b6b6ed8e9a97c61ced51d209c8f079aa42a9e199 Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Thu, 13 Jan 2022 10:40:18 -0500 Subject: [PATCH] DOC --- CHANGELOG.md | 4 ++++ RAPIDS.cmake | 2 +- docs/basics.rst | 4 ++-- docs/conf.py | 4 ++-- rapids-cmake/rapids-version.cmake | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0f22a4..b4655bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# rapids-cmake 22.04.00 (Date TBD) + +Please see https://github.com/rapidsai/rapids-cmake/releases/tag/v22.04.00a for the latest changes to this development branch. + # rapids-cmake 22.02.00 (Date TBD) Please see https://github.com/rapidsai/rapids-cmake/releases/tag/v22.02.00a for the latest changes to this development branch. diff --git a/RAPIDS.cmake b/RAPIDS.cmake index 0990b6ed..75b3312e 100644 --- a/RAPIDS.cmake +++ b/RAPIDS.cmake @@ -17,7 +17,7 @@ # This is the preferred entry point for projects using rapids-cmake # -set(rapids-cmake-version 22.02) +set(rapids-cmake-version 22.04) include(FetchContent) FetchContent_Declare( rapids-cmake diff --git a/docs/basics.rst b/docs/basics.rst index 9bdb296a..5322c6a6 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -12,7 +12,7 @@ Content `_ into yo cmake_minimum_required(...) - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.04/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(rapids-cmake) @@ -54,7 +54,7 @@ like this: GIT_REPOSITORY https://github.com//rapids-cmake.git GIT_TAG ) - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-21.12/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.04/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/docs/conf.py b/docs/conf.py index cb8ac0da..806d2cf6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,9 +23,9 @@ # built documents. # # The short X.Y version. -version = "22.02" +version = "22.04" # The full version, including alpha/beta/rc tags. -release = "22.02.00" +release = "22.04.00" # -- General configuration --------------------------------------------------- diff --git a/rapids-cmake/rapids-version.cmake b/rapids-cmake/rapids-version.cmake index 4821f4b1..14c66426 100644 --- a/rapids-cmake/rapids-version.cmake +++ b/rapids-cmake/rapids-version.cmake @@ -16,4 +16,4 @@ # can't have an include guard on this file # that breaks its usage by cpm/detail/package_details -set(rapids-cmake-version 22.02) +set(rapids-cmake-version 22.04)