]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Bump version number for release
authorHong, Yang A <yang.a.hong@intel.com>
Wed, 19 Apr 2023 09:19:57 +0000 (09:19 +0000)
committerHong, Yang A <yang.a.hong@intel.com>
Wed, 19 Apr 2023 09:19:57 +0000 (09:19 +0000)
CMakeLists.txt
src/hs.h

index bd6d2defb5b791eeb5424dd435b9a4319450313f..7757916d229dada4f00a648ade05b1ea9096c3e0 100644 (file)
@@ -3,7 +3,7 @@ project (hyperscan C CXX)
 
 set (HS_MAJOR_VERSION 5)
 set (HS_MINOR_VERSION 4)
-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)
index ca3d6dec4d9dfdd4c50f5cc2602d83951fe0bc6b..3d3c5cdeac714a80ac9f92a617753285ec044256 100644 (file)
--- a/src/hs.h
+++ b/src/hs.h
@@ -43,7 +43,7 @@
 
 #define HS_MAJOR      5
 #define HS_MINOR      4
-#define HS_PATCH      1
+#define HS_PATCH      2
 
 #include "hs_compile.h"
 #include "hs_runtime.h"