]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number for release
authorMatthew Barr <matthew.barr@intel.com>
Wed, 26 Jul 2017 04:44:28 +0000 (14:44 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Jul 2017 05:51:23 +0000 (15:51 +1000)
CMakeLists.txt

index a02584dea14ba7386ca92193a596dbcc675c003c..2c2e298ae71cdf2ecaee9c7dd9e73e7bb4046333 100644 (file)
@@ -3,7 +3,7 @@ project (hyperscan C CXX)
 
 set (HS_MAJOR_VERSION 4)
 set (HS_MINOR_VERSION 5)
-set (HS_PATCH_VERSION 1)
+set (HS_PATCH_VERSION 2)
 set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
 
 set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)