Skip to content

Commit 2c71b37

Browse files
author
Matthew Barr
committed
Bump version number for release
1 parent 1edc74c commit 2c71b37

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
@@ -3,7 +3,7 @@ project (Hyperscan C CXX)
33

44
set (HS_MAJOR_VERSION 4)
55
set (HS_MINOR_VERSION 2)
6-
set (HS_PATCH_VERSION 0)
6+
set (HS_PATCH_VERSION 1)
77
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
88

99
string (TIMESTAMP BUILD_DATE "%Y-%m-%d")

0 commit comments

Comments
 (0)