Skip to content

Commit b642f29

Browse files
authored
Merge pull request #184 from LLNL/v2025.09.0-RC
v2025.09.0-RC
2 parents fc18369 + 1ee74cb commit b642f29

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
@@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 3.10)
99

1010
project (camp
1111
LANGUAGES CXX C
12-
VERSION 2025.03.0)
12+
VERSION 2025.09.0)
1313

1414
set(camp_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
1515
set(camp_VERSION_MINOR ${PROJECT_VERSION_MINOR})

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'2025.03'
89+
version = u'2025.09'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'2025.03.0'
91+
release = u'2025.09.0'
9292

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

extern/blt

0 commit comments

Comments
 (0)