]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number for release
authorMatthew Barr <matthew.barr@intel.com>
Tue, 23 Jan 2018 23:06:50 +0000 (10:06 +1100)
committerXiang Wang <xiang.w.wang@intel.com>
Wed, 24 Jan 2018 06:52:11 +0000 (01:52 -0500)
CMakeLists.txt

index e29949a82b315c03ae5644f8862a92cab6921556..56f17c5b21ade900e2603388923ada13f22dfebe 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11)
 project (hyperscan C CXX)
 
 set (HS_MAJOR_VERSION 4)
-set (HS_MINOR_VERSION 6)
+set (HS_MINOR_VERSION 7)
 set (HS_PATCH_VERSION 0)
 set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})