Skip to content

Commit

Permalink
DOC v21.12 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Douglass committed Sep 16, 2021
1 parent a79ae80 commit 27cf90f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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 21.12.00 (Date TBD)

Please see https://github.com/rapidsai/rapids-cmake/releases/tag/v21.12.00a for the latest changes to this development branch.

# rapids-cmake 21.08.00 (Date TBD)

Please see https://github.com/rapidsai/rapids-cmake/releases/tag/v21.08.0a 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 21.10)
set(rapids-cmake-version 21.12)
include(FetchContent)
FetchContent_Declare(
rapids-cmake
Expand Down
2 changes: 1 addition & 1 deletion 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-21.10/RAPIDS.cmake
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-21.12/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
include(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 = "0.20"
version = "21.12"
# The full version, including alpha/beta/rc tags.
release = "0.20.0"
release = "21.12.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 21.10)
set(rapids-cmake-version 21.12)

0 comments on commit 27cf90f

Please sign in to comment.