Change version to 0.44.02-r0

develop
lethosor 2017-11-25 00:50:22 -05:00
parent 69eb10a3e5
commit 7508126bef
1 changed files with 3 additions and 3 deletions

@ -140,9 +140,9 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac
endif()
# set up versioning.
set(DF_VERSION "0.43.05")
SET(DFHACK_RELEASE "r3")
SET(DFHACK_PRERELEASE FALSE)
set(DF_VERSION "0.44.02")
SET(DFHACK_RELEASE "r0")
SET(DFHACK_PRERELEASE TRUE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")