Bump version and update NEWS.

develop
expwnent 2015-01-31 23:22:42 -05:00
parent d7bbde0aa0
commit e006eb21e8
2 changed files with 10 additions and 1 deletions

@ -59,7 +59,7 @@ endif()
# set up versioning.
set(DF_VERSION "0.40.24")
SET(DFHACK_RELEASE "r1")
SET(DFHACK_RELEASE "r2")
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}")

@ -1,4 +1,13 @@
DFHack Future
Internals
Fixes
New Plugins
New Scripts
New Tweaks
Removed
Misc Improvements
DFHack 0.40.24-r1
Internals
Lua scripts can set environment variables of each other with dfhack.run_script_with_env.
Lua scripts can now call each others internal nonlocal functions with dfhack.script_environment(scriptName).functionName(arg1,arg2).