Skip to content

Commit e255fb1

Browse files
committed
build: unset release flag and bump patch version
1 parent bef943f commit e255fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ get_directory_property(precious_variables CACHE_VARIABLES)
2929
set(CLIENT_NAME "Sv2 Template Provider")
3030
set(CLIENT_VERSION_MAJOR 1)
3131
set(CLIENT_VERSION_MINOR 0)
32-
set(CLIENT_VERSION_BUILD 1)
32+
set(CLIENT_VERSION_BUILD 2)
3333
set(CLIENT_VERSION_RC 0)
34-
set(CLIENT_VERSION_IS_RELEASE "true")
34+
set(CLIENT_VERSION_IS_RELEASE "false")
3535
set(COPYRIGHT_YEAR "2025")
3636

3737
# During the enabling of the CXX and CXXOBJ languages, we modify

0 commit comments

Comments
 (0)