Skip to content

Commit

Permalink
REL v24.02.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Feb 13, 2024
1 parent b4acc1b commit 33ffdf5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.02.00
24.02.01
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rapids_cuda_init_architectures(CUDF)

project(
CUDF
VERSION 24.02.00
VERSION 24.02.01
LANGUAGES C CXX CUDA
)
if(CMAKE_CUDA_COMPILER_ID STREQUAL "NVIDIA" AND CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.5)
Expand Down
2 changes: 1 addition & 1 deletion cpp/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 24.02.00
PROJECT_NUMBER = 24.02.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
Expand Down
2 changes: 1 addition & 1 deletion cpp/libcudf_kafka/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include(rapids-find)

project(
CUDF_KAFKA
VERSION 24.02.00
VERSION 24.02.01
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def clean_all_xml_files(path):
# The short X.Y version.
version = '24.02'
# The full version, including alpha/beta/rc tags.
release = '24.02.00'
release = '24.02.01'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/dask_cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
copyright = "2018-2023, NVIDIA Corporation"
author = "NVIDIA Corporation"
version = '24.02'
release = '24.02.00'
release = '24.02.01'

language = "en"

Expand Down
2 changes: 1 addition & 1 deletion java/ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-24.02.0-SNAPSHOT-cuda11.jar.
You can find the cuDF jar in java/target/ like cudf-24.02.1-SNAPSHOT-cuda11.jar.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>24.02.0-SNAPSHOT</version>
<version>24.02.1-SNAPSHOT</version>

<name>cudfjni</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion java/src/main/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rapids_cuda_init_architectures(CUDF_JNI)

project(
CUDF_JNI
VERSION 24.02.00
VERSION 24.02.01
LANGUAGES C CXX CUDA
)

Expand Down
2 changes: 1 addition & 1 deletion python/cudf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

set(cudf_version 24.02.00)
set(cudf_version 24.02.01)

include(../../fetch_rapids.cmake)
include(rapids-cuda)
Expand Down
2 changes: 1 addition & 1 deletion python/cudf_kafka/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)

set(cudf_kafka_version 24.02.00)
set(cudf_kafka_version 24.02.01)

include(../../fetch_rapids.cmake)

Expand Down

0 comments on commit 33ffdf5

Please sign in to comment.