From: Konstantinos Margaritis Date: Sun, 19 Nov 2023 08:24:32 +0000 (+0200) Subject: bump version X-Git-Tag: vectorscan/5.4.11~1^2^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1522860d55578d70b6bae4a94be0e1aedf78ad9;p=thirdparty%2Fvectorscan.git bump version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a48f1bc..05e0cea7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project (vectorscan C CXX) set (HS_MAJOR_VERSION 5) set (HS_MINOR_VERSION 4) -set (HS_PATCH_VERSION 10) +set (HS_PATCH_VERSION 11) set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION}) string (TIMESTAMP BUILD_DATE "%Y-%m-%d")