Skip to content

Commit

Permalink
Bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangwang1 authored and hongyang7 committed Jan 13, 2021
1 parent 76066b9 commit 433d2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8.11)
project (hyperscan C CXX)

set (HS_MAJOR_VERSION 5)
set (HS_MINOR_VERSION 3)
set (HS_MINOR_VERSION 4)
set (HS_PATCH_VERSION 0)
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion src/hs.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/* The current Hyperscan version information. */

#define HS_MAJOR 5
#define HS_MINOR 3
#define HS_MINOR 4
#define HS_PATCH 0

#include "hs_compile.h"
Expand Down

0 comments on commit 433d2f3

Please sign in to comment.