Feature/prepare 5.4.12 (#340)

* Add entry for Changelog
* Add new contributors
* Bump library version
This commit is contained in:
Konstantinos Margaritis
2025-07-22 14:04:53 +03:00
committed by GitHub
parent 5515fbbd48
commit 22b76d11a7
3 changed files with 47 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ project (vectorscan C CXX)
set (HS_MAJOR_VERSION 5)
set (HS_MINOR_VERSION 4)
set (HS_PATCH_VERSION 11)
set (HS_PATCH_VERSION 12)
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
string (TIMESTAMP BUILD_DATE "%Y-%m-%d")