Skip to content

Commit

Permalink
Merge pull request #142 from VectorCamp/feature/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
markos authored Mar 23, 2023
2 parents e6b97a9 + eef3f06 commit 8c7fdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project (vectorscan C CXX)

set (HS_MAJOR_VERSION 5)
set (HS_MINOR_VERSION 4)
set (HS_PATCH_VERSION 8)
set (HS_PATCH_VERSION 9)
set (HS_VERSION ${HS_MAJOR_VERSION}.${HS_MINOR_VERSION}.${HS_PATCH_VERSION})

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
Expand Down

0 comments on commit 8c7fdf1

Please sign in to comment.