build: bump version

This commit is contained in:
Kondor Dániel
2026-01-10 23:45:25 +01:00
parent b67e7032e2
commit 587554a743

View File

@@ -13,7 +13,7 @@ include (GNUInstallDirs)
########### project ###############
set (VERSION "3.6.96") # no dash, only numbers, dots and maybe alpha/beta/rc, e.g.: 3.3.1 or 3.3.99.alpha1
set (VERSION "3.6.97") # 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)