We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76066b9 commit 433d2f3Copy full SHA for 433d2f3
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11)
2
project (hyperscan C CXX)
3
4
set (HS_MAJOR_VERSION 5)
5
-set (HS_MINOR_VERSION 3)
+set (HS_MINOR_VERSION 4)
6
set (HS_PATCH_VERSION 0)
7
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
8
src/hs.h
@@ -42,7 +42,7 @@
42
/* The current Hyperscan version information. */
43
44
#define HS_MAJOR 5
45
-#define HS_MINOR 3
+#define HS_MINOR 4
46
#define HS_PATCH 0
47
48
#include "hs_compile.h"
0 commit comments