Skip to content

Commit

Permalink
REL v21.10.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Oct 12, 2021
1 parent 8cfb8e5 commit a1d2d13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include(rapids-find)

rapids_cuda_init_architectures(CUDF)

project(CUDF VERSION 21.10.00 LANGUAGES C CXX CUDA)
project(CUDF VERSION 21.10.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.
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 = 21.10.00
PROJECT_NUMBER = 21.10.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 @@ -25,7 +25,7 @@ include(rapids-cuda)
include(rapids-export)
include(rapids-find)

project(CUDA_KAFKA VERSION 21.10.00 LANGUAGES CXX)
project(CUDA_KAFKA VERSION 21.10.01 LANGUAGES CXX)

# Set a default build type if none was specified
rapids_cmake_build_type(Release)
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 @@ -82,7 +82,7 @@
# The short X.Y version.
version = '21.10'
# The full version, including alpha/beta/rc tags.
release = '21.10.00'
release = '21.10.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 java/src/main/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(DEFINED GPU_ARCHS)
endif()
rapids_cuda_init_architectures(CUDF_JNI)

project(CUDF_JNI VERSION 21.10.00 LANGUAGES C CXX CUDA)
project(CUDF_JNI VERSION 21.10.01 LANGUAGES C CXX CUDA)

###################################################################################################
# - build options ---------------------------------------------------------------------------------
Expand Down

0 comments on commit a1d2d13

Please sign in to comment.