mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 10:27:09 +00:00
bump version to 1.99.1 (2.0 beta 1)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user