From 2ce46216b5bc9926aec438b64fc490c31c526a31 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Fri, 8 Dec 2023 16:31:21 -0500 Subject: [PATCH] REL v23.12.01 release --- VERSION | 2 +- cpp/CMakeLists.txt | 2 +- cpp/doxygen/Doxyfile | 2 +- cpp/libcudf_kafka/CMakeLists.txt | 2 +- docs/cudf/source/conf.py | 2 +- docs/dask_cudf/source/conf.py | 2 +- java/ci/README.md | 2 +- java/pom.xml | 2 +- java/src/main/native/CMakeLists.txt | 2 +- python/cudf/CMakeLists.txt | 2 +- python/cudf_kafka/CMakeLists.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index a193fff41e8..4dc24aa48f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.12.00 +23.12.01 diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index bd9c936626a..eb71c2f8071 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -25,7 +25,7 @@ rapids_cuda_init_architectures(CUDF) project( CUDF - VERSION 23.12.00 + VERSION 23.12.01 LANGUAGES C CXX CUDA ) if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.5) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index adefaaa1479..bb01f63e3aa 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = libcudf # 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/libcudf_kafka/CMakeLists.txt b/cpp/libcudf_kafka/CMakeLists.txt index 4128afa3935..3735489c6b4 100644 --- a/cpp/libcudf_kafka/CMakeLists.txt +++ b/cpp/libcudf_kafka/CMakeLists.txt @@ -22,7 +22,7 @@ include(rapids-find) project( CUDF_KAFKA - VERSION 23.12.00 + VERSION 23.12.01 LANGUAGES CXX ) diff --git a/docs/cudf/source/conf.py b/docs/cudf/source/conf.py index 28e305b71cb..2bbbf1512ca 100644 --- a/docs/cudf/source/conf.py +++ b/docs/cudf/source/conf.py @@ -81,7 +81,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/dask_cudf/source/conf.py b/docs/dask_cudf/source/conf.py index 00568a57431..6160174910e 100644 --- a/docs/dask_cudf/source/conf.py +++ b/docs/dask_cudf/source/conf.py @@ -12,7 +12,7 @@ copyright = "2018-2023, NVIDIA Corporation" author = "NVIDIA Corporation" version = '23.12' -release = '23.12.00' +release = '23.12.01' language = "en" diff --git a/java/ci/README.md b/java/ci/README.md index 12a2bb2dc51..4abf0fe9079 100644 --- a/java/ci/README.md +++ b/java/ci/README.md @@ -47,4 +47,4 @@ scl enable devtoolset-11 "java/ci/build-in-docker.sh" ### The output -You can find the cuDF jar in java/target/ like cudf-23.12.0-SNAPSHOT-cuda11.jar. +You can find the cuDF jar in java/target/ like cudf-23.12.1-SNAPSHOT-cuda11.jar. diff --git a/java/pom.xml b/java/pom.xml index cc880312d34..b1bc3c0a883 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ ai.rapids cudf - 23.12.0-SNAPSHOT + 23.12.1-SNAPSHOT cudfjni diff --git a/java/src/main/native/CMakeLists.txt b/java/src/main/native/CMakeLists.txt index 01161a03dd4..b430b27fbed 100644 --- a/java/src/main/native/CMakeLists.txt +++ b/java/src/main/native/CMakeLists.txt @@ -28,7 +28,7 @@ rapids_cuda_init_architectures(CUDF_JNI) project( CUDF_JNI - VERSION 23.12.00 + VERSION 23.12.01 LANGUAGES C CXX CUDA ) diff --git a/python/cudf/CMakeLists.txt b/python/cudf/CMakeLists.txt index a8b91c27095..7a8f4e15645 100644 --- a/python/cudf/CMakeLists.txt +++ b/python/cudf/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) -set(cudf_version 23.12.00) +set(cudf_version 23.12.01) include(../../fetch_rapids.cmake) include(rapids-cuda) diff --git a/python/cudf_kafka/CMakeLists.txt b/python/cudf_kafka/CMakeLists.txt index d55c3fdc076..1abf810668c 100644 --- a/python/cudf_kafka/CMakeLists.txt +++ b/python/cudf_kafka/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) -set(cudf_kafka_version 23.12.00) +set(cudf_kafka_version 23.12.01) include(../../fetch_rapids.cmake)