Skip to content

Commit

Permalink
Increase Byfl's version number from 1.6.1 to 1.7.0 in preparation for…
Browse files Browse the repository at this point in the history
… a release
  • Loading branch information
spakin committed Aug 14, 2019
1 parent 952fe88 commit e116733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ project(
LANGUAGES C CXX
)
set(PACKAGE_VERSION_MAJOR 1)
set(PACKAGE_VERSION_MINOR 6)
set(PACKAGE_VERSION_PATCH 1)
set(PACKAGE_VERSION_MINOR 7)
set(PACKAGE_VERSION_PATCH 0)
set(BYFL_PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})

# HandleLLVMOptions *ought* to define these itself but as of LLVM 8 still
Expand Down

0 comments on commit e116733

Please sign in to comment.