Skip to content

Commit

Permalink
Merge pull request #1357 from LLNL/hotfix/version-number
Browse files Browse the repository at this point in the history
Update release number
  • Loading branch information
rhornung67 committed Oct 31, 2022
2 parents 5f3282c + 6ad1566 commit 2176ef1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -15,7 +15,7 @@ include(CMakeDependentOption)

# Set version number
set(RAJA_VERSION_MAJOR 2022)
set(RAJA_VERSION_MINOR 03)
set(RAJA_VERSION_MINOR 10)
set(RAJA_VERSION_PATCHLEVEL 1)

if (RAJA_LOADED AND (NOT RAJA_LOADED STREQUAL "${RAJA_VERSION_MAJOR}.${RAJA_VERSION_MINOR}.${RAJA_VERSION_PATCHLEVEL}"))
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Expand Up @@ -20,6 +20,13 @@ Notable changes include:
* Bug fixes/improvements:


Version 2022.10.1 -- Release date 2022-10-31
============================================

This release updates the RAJA release number in CMake, which was inadvertently
missed in the v2022.10.0 release.


Version 2022.10.0 -- Release date 2022-10-28
============================================

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -86,9 +86,9 @@
# built documents.
#
# The short X.Y version.
version = u'2022.03'
version = u'2022.10'
# The full version, including alpha/beta/rc tags.
release = u'2022.03.1'
release = u'2022.10.1'

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

0 comments on commit 2176ef1

Please sign in to comment.