bump version to 1.99.1 (2.0 beta 1)

This commit is contained in:
taipanromania 2008-09-24 09:44:16 +00:00
parent 4d13445260
commit 9b393e39b8
3 changed files with 4 additions and 4 deletions

View File

@ -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}\")

View File

@ -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

View File

@ -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