]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number for release
authorMatthew Barr <matthew.barr@intel.com>
Thu, 15 Jun 2017 23:51:23 +0000 (09:51 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 16 Jun 2017 00:07:40 +0000 (10:07 +1000)
CMakeLists.txt

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