From 887c9e043c3bf401ca65bf51313725f389bfcbed Mon Sep 17 00:00:00 2001 From: Arturo Vargas Date: Wed, 14 Dec 2022 12:02:28 -0800 Subject: [PATCH] update notes --- CMakeLists.txt | 2 +- RELEASE_NOTES.md | 7 +++++++ docs/conf.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff6600cd13..25ee8f6dd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ include(CMakeDependentOption) # Set version number set(RAJA_VERSION_MAJOR 2022) set(RAJA_VERSION_MINOR 10) -set(RAJA_VERSION_PATCHLEVEL 3) +set(RAJA_VERSION_PATCHLEVEL 4) if (RAJA_LOADED AND (NOT RAJA_LOADED STREQUAL "${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}")) message(FATAL_ERROR "You are mixing RAJA versions. Loaded is ${RAJA_LOADED}, expected ${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}") diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f34f191608..cc4b1edf26 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,6 +19,13 @@ Notable changes include: * Bug fixes/improvements: +Version 2022.10.4 -- Release date 2022-14-01 +============================================ + +This release fixes an issue that was found after the v2022.10.3 release. + + * Fixes device alignment bug in workgroups which led to missing symbol errors + with the AMD clang compiler. Version 2022.10.3 -- Release date 2022-12-01 ============================================ diff --git a/docs/conf.py b/docs/conf.py index 51e0336b1a..5a111497d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ # The short X.Y version. version = u'2022.10' # The full version, including alpha/beta/rc tags. -release = u'2022.10.3' +release = u'2022.10.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.