diff --git a/CHANGELOG.md b/CHANGELOG.md index fd8000a5..17a5df69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# rapids-cmake 22.10.00 (Date TBD) + +Please see https://github.com/rapidsai/rapids-cmake/releases/tag/v22.10.00a for the latest changes to this development branch. + # rapids-cmake 22.08.00 (Date TBD) Please see https://github.com/rapidsai/rapids-cmake/releases/tag/v22.08.00a for the latest changes to this development branch. diff --git a/RAPIDS.cmake b/RAPIDS.cmake index d96958c3..fafbf30f 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.08) +set(rapids-cmake-version 22.10) include(FetchContent) FetchContent_Declare( rapids-cmake diff --git a/docs/basics.rst b/docs/basics.rst index b3266ab3..63bea1ec 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.08/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/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-22.08/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/docs/conf.py b/docs/conf.py index f702db4a..bafb5e34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,9 +23,9 @@ # built documents. # # The short X.Y version. -version = "22.08" +version = "22.10" # The full version, including alpha/beta/rc tags. -release = "22.08.00" +release = "22.10.00" # -- General configuration --------------------------------------------------- diff --git a/rapids-cmake/rapids-version.cmake b/rapids-cmake/rapids-version.cmake index 73cacdd2..4af44b20 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.08) +set(rapids-cmake-version 22.10)