Skip to content

Commit 582fd30

Browse files
Matthew Barrxiangwang1
authored andcommitted
Bump version number for release
1 parent f0b08d3 commit 582fd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 4)
5-
set (HS_MINOR_VERSION 6)
5+
set (HS_MINOR_VERSION 7)
66
set (HS_PATCH_VERSION 0)
77
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
88

0 commit comments

Comments
 (0)