Update NEWS and CMakeLists for release.

develop
expwnent 2014-11-05 21:30:31 -05:00
parent 272aa5dc50
commit d35e422511
2 changed files with 4 additions and 2 deletions

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

@ -1,4 +1,6 @@
DFHack future
DFHack Future
DFHack 0.40.14-r1
Internals:
- The DFHack console can now be disabled by setting the DFHACK_DISABLE_CONSOLE
environment variable: "DFHACK_DISABLE_CONSOLE=1 ./dfhack"