Initial 0.44.06 support, update xml

develop
lethosor 2018-03-10 16:18:15 -05:00
parent 0e7ab27850
commit f2ff609e1c
3 changed files with 7 additions and 4 deletions

@ -140,12 +140,14 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac
endif()
# set up versioning.
set(DF_VERSION "0.44.05")
set(DFHACK_RELEASE "r2")
set(DFHACK_PRERELEASE FALSE)
set(DF_VERSION "0.44.06")
set(DFHACK_RELEASE "alpha0")
set(DFHACK_PRERELEASE TRUE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
set(DFHACK_ABI_VERSION 1)
## where to install things (after the build is done, classic 'make install' or package structure)
# the dfhack libraries will be installed here:
IF(UNIX)

@ -1 +1 @@
Subproject commit 2794f8a6d7405d4858bac486a0bb17b94740c142
Subproject commit a6297f128686407819fb7fe1e1fddd96606f30a0