mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
bump version to 1.99.1 (2.0 beta 1)
This commit is contained in:
parent
4d13445260
commit
9b393e39b8
@ -9,8 +9,8 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
|
|||||||
#comment or remove the above line before release
|
#comment or remove the above line before release
|
||||||
|
|
||||||
set (ZINT_VERSION_MAJOR 1)
|
set (ZINT_VERSION_MAJOR 1)
|
||||||
set (ZINT_VERSION_MINOR 80)
|
set (ZINT_VERSION_MINOR 99)
|
||||||
set (ZINT_VERSION_RELEASE 0)
|
set (ZINT_VERSION_RELEASE 1)
|
||||||
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
||||||
|
|
||||||
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\")
|
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\")
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# make clean cleans up a previous compilation and any object or editor files
|
||||||
#
|
#
|
||||||
|
|
||||||
ZINT_VERSION:=-DZINT_VERSION=\"1.80.0\"
|
ZINT_VERSION:=-DZINT_VERSION=\"1.99.1\"
|
||||||
|
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# make clean cleans up a previous compilation and any object or editor files
|
||||||
#
|
#
|
||||||
|
|
||||||
ZINT_VERSION:=-DZINT_VERSION=\"1.80.0\"
|
ZINT_VERSION:=-DZINT_VERSION=\"1.99.1\"
|
||||||
|
|
||||||
CC := gcc
|
CC := gcc
|
||||||
INCLUDE := -I/usr/local/include
|
INCLUDE := -I/usr/local/include
|
||||||
|
Loading…
Reference in New Issue
Block a user