Skip to content

Commit

Permalink
Update the Byfl version number from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spakin committed May 13, 2021
1 parent d8b8324 commit 9e6c255
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 @@ -13,7 +13,7 @@ project(
LANGUAGES C CXX
)
set(PACKAGE_VERSION_MAJOR 1)
set(PACKAGE_VERSION_MINOR 7)
set(PACKAGE_VERSION_MINOR 8)
set(PACKAGE_VERSION_PATCH 0)
set(BYFL_PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})

Expand Down

0 comments on commit 9e6c255

Please sign in to comment.