From d21fcbfa926214bca754baeccfbd342fac98f012 Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Mon, 29 Aug 2016 11:26:16 +1000 Subject: [PATCH] Bump version number for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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