Update version in CMakeLists.txt

develop
lethosor 2015-12-22 19:35:40 -05:00
parent 14f1e6b06c
commit a75a8cb496
1 changed files with 2 additions and 2 deletions

@ -97,8 +97,8 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac
endif()
# set up versioning.
set(DF_VERSION "0.42.02")
SET(DFHACK_RELEASE "r0")
set(DF_VERSION "0.42.03")
SET(DFHACK_RELEASE "alpha1")
SET(DFHACK_PRERELEASE TRUE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")