From: Matthew Barr Date: Mon, 29 Aug 2016 01:26:16 +0000 (+1000) Subject: Bump version number for release X-Git-Tag: v4.3.1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21fcbfa926214bca754baeccfbd342fac98f012;p=thirdparty%2Fvectorscan.git Bump version number for release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index abbfe53b..b0094d94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project (Hyperscan C CXX) set (HS_MAJOR_VERSION 4) set (HS_MINOR_VERSION 3) -set (HS_PATCH_VERSION 0) +set (HS_PATCH_VERSION 1) set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION}) # since we are doing this manually, we only have three types