Skip to content

Commit

Permalink
REL v22.04.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Apr 15, 2022
1 parent 616b5a5 commit 9e30c3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(rapids-find)

project(
RMM
VERSION 22.04.00
VERSION 22.04.01
LANGUAGES CXX)

# Write the version header
Expand Down
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)

# TODO: Pull this directly from the file written by rapids_cmake_write_version_file.
set(rmm_version 22.04.00)
set(rmm_version 22.04.01)

project(
rmm-python
Expand Down
4 changes: 2 additions & 2 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 = "22.04.00"
release = "22.04.01"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = "22.04"
# The full version, including alpha/beta/rc tags.
release = "22.04.00"
release = "22.04.01"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9e30c3a

Please sign in to comment.