File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include(rapids-find)
2525
2626project (
2727 RMM
28- VERSION 22.04.00
28+ VERSION 22.04.01
2929 LANGUAGES CXX)
3030
3131# Write the version header
Original file line number Diff line number Diff line change 1515cmake_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
2020project (
2121 rmm-python
Original file line number Diff line number Diff line change 1919author = "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 ---------------------------------------------------
7171# The short X.Y version.
7272version = "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.
You can’t perform that action at this time.
0 commit comments