From: Matthew Barr Date: Mon, 14 Nov 2016 22:54:28 +0000 (+1100) Subject: Bump version number for release X-Git-Tag: v4.3.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a16e6f78c5277c50e2819c4fcf218154132c679;p=thirdparty%2Fvectorscan.git Bump version number for release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b0094d94..842834a1 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 1) +set (HS_PATCH_VERSION 2) set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION}) # since we are doing this manually, we only have three types