]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number
authorMatthew Barr <matthew.barr@intel.com>
Fri, 18 Dec 2015 03:37:29 +0000 (14:37 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 18 Dec 2015 03:37:29 +0000 (14:37 +1100)
CMakeLists.txt

index a1dfcaf29cbec502515c8ea36be6b034f0339b2a..b4d81754e2fbe1f239401fcd79bd7e21f32621f8 100644 (file)
@@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 2.8.11)
 project (Hyperscan C CXX)
 
 set (HS_MAJOR_VERSION 4)
-set (HS_MINOR_VERSION 0)
-set (HS_PATCH_VERSION 1)
+set (HS_MINOR_VERSION 1)
+set (HS_PATCH_VERSION 0)
 set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
 
 string (TIMESTAMP BUILD_DATE "%Y-%m-%d")