From 3a7e3ed58ded1b7724e1fc6484bc59cf669c0c9b Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Thu, 4 Nov 2021 10:14:28 -0400 Subject: [PATCH] DOC v22.02 Updates --- CHANGELOG.md | 4 ++++ cpp/CMakeLists.txt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf36c3facd..45ccea5cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# raft 22.02.00 (Date TBD) + +Please see https://github.com/rapidsai/raft/releases/tag/v22.02.00a for the latest changes to this development branch. + # raft 21.12.00 (Date TBD) Please see https://github.com/rapidsai/raft/releases/tag/v21.12.00a for the latest changes to this development branch. diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 071b5dbed6..779f855f3d 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -15,7 +15,7 @@ #============================================================================= cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) -file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-21.10/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.02/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) include(rapids-cmake) @@ -26,7 +26,7 @@ include(rapids-find) rapids_cuda_init_architectures(RAFT) -project(RAFT VERSION 21.12.00 LANGUAGES CXX CUDA) +project(RAFT VERSION 22.02.00 LANGUAGES CXX CUDA) ############################################################################## # - build type ---------------------------------------------------------------