]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number for release vectorscan-v5.4.0
authorWang Xiang W <xiang.w.wang@intel.com>
Mon, 21 Dec 2020 10:11:22 +0000 (10:11 +0000)
committerKonstantinos Margaritis <markos@users.noreply.github.com>
Mon, 25 Jan 2021 12:13:13 +0000 (14:13 +0200)
CMakeLists.txt
src/hs.h

index 528455b8e05f22d2eddc58ef21da4b7bc0120e76..3eeeb528a0e44ce37bba3eab266f5df49b12b96e 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 3)
+set (HS_MINOR_VERSION 4)
 set (HS_PATCH_VERSION 0)
 set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
 
index 105919fb8a248427cea890c8e7ba48e74c9153a1..2fe5d248b780c6b06c844cc78868a57fe3d7cba0 100644 (file)
--- a/src/hs.h
+++ b/src/hs.h
@@ -42,7 +42,7 @@
 /* The current Hyperscan version information. */
 
 #define HS_MAJOR      5
-#define HS_MINOR      3
+#define HS_MINOR      4
 #define HS_PATCH      0
 
 #include "hs_compile.h"