From 167270641f7a9529a27a237323738dc20ccc4e28 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 6 Dec 2023 19:55:36 -0500 Subject: [PATCH] REL v23.12.01 release --- VERSION | 2 +- cpp/CMakeLists.txt | 2 +- cpp/cuproj/CMakeLists.txt | 2 +- cpp/cuproj/doxygen/Doxyfile | 2 +- cpp/doxygen/Doxyfile | 2 +- docs/cuproj/source/conf.py | 2 +- docs/source/conf.py | 2 +- python/cuproj/CMakeLists.txt | 2 +- python/cuproj/cuproj/cuprojshim/CMakeLists.txt | 2 +- python/cuspatial/CMakeLists.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index a193fff41..4dc24aa48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.12.00 +23.12.01 diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 138fdeefb..bdda9fa0d 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -25,7 +25,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUSPATIAL) -project(CUSPATIAL VERSION 23.12.00 LANGUAGES C CXX CUDA) +project(CUSPATIAL VERSION 23.12.01 LANGUAGES C CXX CUDA) # Needed because GoogleBenchmark changes the state of FindThreads.cmake, # causing subsequent runs to have different values for the `Threads::Threads` target. diff --git a/cpp/cuproj/CMakeLists.txt b/cpp/cuproj/CMakeLists.txt index ae2596fdf..b9b5a9340 100644 --- a/cpp/cuproj/CMakeLists.txt +++ b/cpp/cuproj/CMakeLists.txt @@ -25,7 +25,7 @@ include(rapids-find) rapids_cuda_init_architectures(CUPROJ) -project(CUPROJ VERSION 23.12.00 LANGUAGES C CXX CUDA) +project(CUPROJ VERSION 23.12.01 LANGUAGES C CXX CUDA) # Needed because GoogleBenchmark changes the state of FindThreads.cmake, # causing subsequent runs to have different values for the `Threads::Threads` target. diff --git a/cpp/cuproj/doxygen/Doxyfile b/cpp/cuproj/doxygen/Doxyfile index 9d5f0fdad..73b77084a 100644 --- a/cpp/cuproj/doxygen/Doxyfile +++ b/cpp/cuproj/doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = libcuproj # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 23.12.00 +PROJECT_NUMBER = 23.12.01 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index 74f9661c7..025058551 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libcuspatial" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 23.12.00 +PROJECT_NUMBER = 23.12.01 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/cuproj/source/conf.py b/docs/cuproj/source/conf.py index 6d9211c41..6ae4bf5ae 100644 --- a/docs/cuproj/source/conf.py +++ b/docs/cuproj/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '23.12' # The full version, including alpha/beta/rc tags. -release = '23.12.00' +release = '23.12.01' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d92bc2c6..a8f485219 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '23.12' # The full version, including alpha/beta/rc tags. -release = '23.12.00' +release = '23.12.01' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python/cuproj/CMakeLists.txt b/python/cuproj/CMakeLists.txt index 516dbd323..cb6871804 100644 --- a/python/cuproj/CMakeLists.txt +++ b/python/cuproj/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) -set(cuproj_version 23.12.00) +set(cuproj_version 23.12.01) include(../../fetch_rapids.cmake) include(rapids-cuda) diff --git a/python/cuproj/cuproj/cuprojshim/CMakeLists.txt b/python/cuproj/cuproj/cuprojshim/CMakeLists.txt index dfc229cf2..6699b8877 100644 --- a/python/cuproj/cuproj/cuprojshim/CMakeLists.txt +++ b/python/cuproj/cuproj/cuprojshim/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) -set(cuproj_version 23.12.00) +set(cuproj_version 23.12.01) include(../../../../fetch_rapids.cmake) include(rapids-cmake) diff --git a/python/cuspatial/CMakeLists.txt b/python/cuspatial/CMakeLists.txt index 2ff126d5a..1e9067b30 100644 --- a/python/cuspatial/CMakeLists.txt +++ b/python/cuspatial/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) -set(cuspatial_version 23.12.00) +set(cuspatial_version 23.12.01) include(../../fetch_rapids.cmake) include(rapids-cuda)