build: bump version

This commit is contained in:
Kondor Dániel
2025-12-20 23:03:40 +01:00
parent 400bb663ba
commit ed6d32eec3

View File

@@ -13,7 +13,7 @@ include (GNUInstallDirs)
########### project ###############
set (VERSION "3.6.1") # no dash, only numbers, dots and maybe alpha/beta/rc, e.g.: 3.3.1 or 3.3.99.alpha1
set (VERSION "3.6.2") # no dash, only numbers, dots and maybe alpha/beta/rc, e.g.: 3.3.1 or 3.3.99.alpha1
add_compile_options (-std=c99 -Wall -Wextra -Werror-implicit-function-declaration) # -Wextra -Wwrite-strings -Wuninitialized -Wstrict-prototypes -Wreturn-type -Wparentheses -Warray-bounds)
if (NOT DEFINED CMAKE_BUILD_TYPE)