Skip to content

Commit 251712a

Browse files
committed
Update version number
1 parent 3334142 commit 251712a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ if (PERFSUITE_RUN_SHORT_TEST)
140140
add_definitions(-DRUN_RAJAPERF_SHORT_TEST)
141141
endif()
142142

143-
set(RAJA_PERFSUITE_VERSION_MAJOR 2024)
144-
set(RAJA_PERFSUITE_VERSION_MINOR 07)
143+
set(RAJA_PERFSUITE_VERSION_MAJOR 2025)
144+
set(RAJA_PERFSUITE_VERSION_MINOR 03)
145145
set(RAJA_PERFSUITE_VERSION_PATCHLEVEL 0)
146146

147147
set(RAJA_PERFSUITE_DEPENDS RAJA)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'2024.07'
89+
version = u'2025.03'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'2024.07.0'
91+
release = u'2025.03.0'
9292

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

0 commit comments

Comments
 (0)