No more caching DFHACK_RELEASE in CMake stuff.

develop
expwnent 2015-01-25 14:21:00 -05:00
parent 4e447fc19a
commit 08110312ff
2 changed files with 5 additions and 1 deletions

@ -59,7 +59,7 @@ endif()
# set up versioning.
set(DF_VERSION "0.40.24")
SET(DFHACK_RELEASE "r0" CACHE STRING "Current release revision.")
SET(DFHACK_RELEASE "r1")
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}")

@ -1,5 +1,9 @@
DFHack Future
DFHack 0.40.24-r1
Internals
CMake shouldn't cache DFHACK_RELEASE anymore. People may need to manually update/delete their CMake cache files to get rid of it.
DFHack 0.40.24-r0
Internals
EventManager: fixed crash error with EQUIPMENT_CHANGE event.