Skip to content

Commit 7f3791b

Browse files
committed
Update release version numbers
1 parent f9056bf commit 7f3791b

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)