Update version 2.7.1 > 2.8.0

This commit is contained in:
Robin Stuart
2020-04-07 17:27:45 +01:00
parent fe517a7a58
commit 0628e3ee4d
5 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
#comment or remove the above line before release
set (ZINT_VERSION_MAJOR 2)
set (ZINT_VERSION_MINOR 7)
set (ZINT_VERSION_MINOR 8)
set (ZINT_VERSION_RELEASE 0)
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )