]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number for release
authorChang, Harry <harry.chang@intel.com>
Thu, 17 Jan 2019 07:47:30 +0000 (15:47 +0800)
committerChang, Harry <harry.chang@intel.com>
Tue, 29 Jan 2019 06:17:13 +0000 (14:17 +0800)
CMakeLists.txt

index 0e905db66a9cb65889cde3c474977f2ca96be053..cac4fab7ea32ee673a5514dd2972369b709b11f7 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11)
 project (hyperscan C CXX)
 
 set (HS_MAJOR_VERSION 5)
-set (HS_MINOR_VERSION 0)
+set (HS_MINOR_VERSION 1)
 set (HS_PATCH_VERSION 0)
 set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})