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