Update version to 2.4.2

Update version number to 2.4.2 and remove reference to broken website.
This commit is contained in:
Robin Stuart
2011-05-02 07:24:09 +01:00
parent a10c11a379
commit 29edddcf94
5 changed files with 11 additions and 7 deletions

View File

@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set (ZINT_VERSION_MAJOR 2)
set (ZINT_VERSION_MINOR 4)
set (ZINT_VERSION_RELEASE 1)
set (ZINT_VERSION_RELEASE 2)
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)