From: Wang Xiang W Date: Mon, 21 Dec 2020 10:11:22 +0000 (+0000) Subject: Bump version number for release X-Git-Tag: vectorscan-v5.4.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8a7a6c01f4f80c5c15f2ce9f84099a8ab85141;p=thirdparty%2Fvectorscan.git Bump version number for release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 528455b8..3eeeb528 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11) project (hyperscan C CXX) set (HS_MAJOR_VERSION 5) -set (HS_MINOR_VERSION 3) +set (HS_MINOR_VERSION 4) set (HS_PATCH_VERSION 0) set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION}) diff --git a/src/hs.h b/src/hs.h index 105919fb..2fe5d248 100644 --- a/src/hs.h +++ b/src/hs.h @@ -42,7 +42,7 @@ /* The current Hyperscan version information. */ #define HS_MAJOR 5 -#define HS_MINOR 3 +#define HS_MINOR 4 #define HS_PATCH 0 #include "hs_compile.h"