Skip to content

Commit

Permalink
DOC Update to v21.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed May 17, 2021
1 parent be6aca7 commit aa42af4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()

project(
RMM
VERSION 0.20.0
VERSION 21.06.00
LANGUAGES CXX)

include(cmake/Modules/CPM.cmake)
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "RMM"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.20
PROJECT_NUMBER = 21.06

# 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
6 changes: 3 additions & 3 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = "NVIDIA"

# The full version, including alpha/beta/rc tags
release = "0.20.0"
release = "21.06.00"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = "0.20"
version = "21.06"
# The full version, including alpha/beta/rc tags.
release = "0.20.0"
release = "21.06.00"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def get_cuda_version_from_header(cuda_include_dir):

setup(
name="rmm",
version="0.20.0",
version="21.06.00",
description="rmm - RAPIDS Memory Manager",
url="https://github.com/rapidsai/rmm",
author="NVIDIA Corporation",
Expand Down

0 comments on commit aa42af4

Please sign in to comment.