mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Bump Zint version to 2.7.0 in CMakeLists.txt
This commit is contained in:
parent
64c078605e
commit
74082e4d1b
@ -9,8 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
#comment or remove the above line before release
|
||||
|
||||
set (ZINT_VERSION_MAJOR 2)
|
||||
set (ZINT_VERSION_MINOR 6)
|
||||
set (ZINT_VERSION_RELEASE 7)
|
||||
set (ZINT_VERSION_MINOR 7)
|
||||
set (ZINT_VERSION_RELEASE 0)
|
||||
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
||||
|
||||
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
||||
|
Loading…
Reference in New Issue
Block a user