Skip to content

Commit 9e30c3a

Browse files
committed
REL v22.04.01 release
1 parent 616b5a5 commit 9e30c3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include(rapids-find)
2525

2626
project(
2727
RMM
28-
VERSION 22.04.00
28+
VERSION 22.04.01
2929
LANGUAGES CXX)
3030

3131
# Write the version header

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR)
1616

1717
# TODO: Pull this directly from the file written by rapids_cmake_write_version_file.
18-
set(rmm_version 22.04.00)
18+
set(rmm_version 22.04.01)
1919

2020
project(
2121
rmm-python

python/docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = "NVIDIA"
2020

2121
# The full version, including alpha/beta/rc tags
22-
release = "22.04.00"
22+
release = "22.04.01"
2323

2424

2525
# -- General configuration ---------------------------------------------------
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = "22.04"
7373
# The full version, including alpha/beta/rc tags.
74-
release = "22.04.00"
74+
release = "22.04.01"
7575

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

0 commit comments

Comments
 (0)