Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jan 13, 2022
1 parent 64ade10 commit b6b6ed8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion RAPIDS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Content <https://cmake.org/cmake/help/latest/module/FetchContent.html>`_ 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)
Expand Down Expand Up @@ -54,7 +54,7 @@ like this:
GIT_REPOSITORY https://github.com/<my_fork>/rapids-cmake.git
GIT_TAG <my_feature_branch>
)
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)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/rapids-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b6b6ed8

Please sign in to comment.