Bump version number for release

This commit is contained in:
Matthew Barr 2016-08-29 11:26:16 +10:00
parent f05e833e10
commit d21fcbfa92

View File

@ -7,7 +7,7 @@ project (Hyperscan C CXX)
set (HS_MAJOR_VERSION 4)
set (HS_MINOR_VERSION 3)
set (HS_PATCH_VERSION 0)
set (HS_PATCH_VERSION 1)
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})
# since we are doing this manually, we only have three types