We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9056bf commit 7f3791bCopy full SHA for 7f3791b
CMakeLists.txt
@@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 3.10)
9
10
project (camp
11
LANGUAGES CXX C
12
- VERSION 2025.09.0)
+ VERSION 2025.09.2)
13
14
set(camp_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
15
set(camp_VERSION_MINOR ${PROJECT_VERSION_MINOR})
docs/conf.py
@@ -88,7 +88,7 @@
88
# The short X.Y version.
89
version = u'2025.09'
90
# The full version, including alpha/beta/rc tags.
91
-release = u'2025.09.0'
+release = u'2025.09.2'
92
93
# The language for content autogenerated by Sphinx. Refer to documentation
94
# for a list of supported languages.
0 commit comments