Update version number to 2.3.0

This commit is contained in:
hooper114
2009-11-08 22:17:11 +00:00
parent 7c1d8fdc5b
commit 35cacaef67
10 changed files with 38 additions and 35 deletions

View File

@ -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 2)
set (ZINT_VERSION_RELEASE 2)
set (ZINT_VERSION_MINOR 3)
set (ZINT_VERSION_RELEASE 0)
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)