We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2533c commit 9ea1d5aCopy full SHA for 9ea1d5a
CMakeLists.txt
@@ -27,11 +27,11 @@ get_directory_property(precious_variables CACHE_VARIABLES)
27
# Project / Package metadata
28
#=============================
29
set(CLIENT_NAME "Sv2 Template Provider")
30
-set(CLIENT_VERSION_MAJOR 0)
31
-set(CLIENT_VERSION_MINOR 2)
+set(CLIENT_VERSION_MAJOR 1)
+set(CLIENT_VERSION_MINOR 0)
32
set(CLIENT_VERSION_BUILD 0)
33
set(CLIENT_VERSION_RC 0)
34
-set(CLIENT_VERSION_IS_RELEASE "false")
+set(CLIENT_VERSION_IS_RELEASE "true")
35
set(COPYRIGHT_YEAR "2025")
36
37
# During the enabling of the CXX and CXXOBJ languages, we modify
0 commit comments