Skip to content

Commit 433d2f3

Browse files
xiangwang1hongyang7
authored andcommitted
Bump version number for release
1 parent 76066b9 commit 433d2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11)
22
project (hyperscan C CXX)
33

44
set (HS_MAJOR_VERSION 5)
5-
set (HS_MINOR_VERSION 3)
5+
set (HS_MINOR_VERSION 4)
66
set (HS_PATCH_VERSION 0)
77
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
88

src/hs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/* The current Hyperscan version information. */
4343

4444
#define HS_MAJOR 5
45-
#define HS_MINOR 3
45+
#define HS_MINOR 4
4646
#define HS_PATCH 0
4747

4848
#include "hs_compile.h"

0 commit comments

Comments
 (0)