Skip to content

Commit 4070ce9

Browse files
authored
Merge pull request #189 from LLNL/v2025.09.2-RC
Update release version numbers
2 parents f9056bf + 7f3791b commit 4070ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.09.0)
12+
VERSION 2025.09.2)
1313

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# The short X.Y version.
8989
version = u'2025.09'
9090
# The full version, including alpha/beta/rc tags.
91-
release = u'2025.09.0'
91+
release = u'2025.09.2'
9292

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

0 commit comments

Comments
 (0)