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 bef943f commit e255fb1Copy full SHA for e255fb1
CMakeLists.txt
@@ -29,9 +29,9 @@ get_directory_property(precious_variables CACHE_VARIABLES)
29
set(CLIENT_NAME "Sv2 Template Provider")
30
set(CLIENT_VERSION_MAJOR 1)
31
set(CLIENT_VERSION_MINOR 0)
32
-set(CLIENT_VERSION_BUILD 1)
+set(CLIENT_VERSION_BUILD 2)
33
set(CLIENT_VERSION_RC 0)
34
-set(CLIENT_VERSION_IS_RELEASE "true")
+set(CLIENT_VERSION_IS_RELEASE "false")
35
set(COPYRIGHT_YEAR "2025")
36
37
# During the enabling of the CXX and CXXOBJ languages, we modify
0 commit comments