Bump version number for release

This commit is contained in:
Wang Xiang W 2020-12-21 10:11:22 +00:00 committed by Konstantinos Margaritis
parent 6377a73b2b
commit 6a8a7a6c01
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11)
project (hyperscan C CXX) project (hyperscan C CXX)
set (HS_MAJOR_VERSION 5) set (HS_MAJOR_VERSION 5)
set (HS_MINOR_VERSION 3) set (HS_MINOR_VERSION 4)
set (HS_PATCH_VERSION 0) set (HS_PATCH_VERSION 0)
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION}) set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})

View File

@ -42,7 +42,7 @@
/* The current Hyperscan version information. */ /* The current Hyperscan version information. */
#define HS_MAJOR 5 #define HS_MAJOR 5
#define HS_MINOR 3 #define HS_MINOR 4
#define HS_PATCH 0 #define HS_PATCH 0
#include "hs_compile.h" #include "hs_compile.h"