Bump version number for release

This commit is contained in:
Hong, Yang A 2023-04-19 09:19:57 +00:00
parent bc9a37c0ff
commit 64731738a6
2 changed files with 2 additions and 2 deletions

View 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)

View File

@ -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"