We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272aa5d commit d35e422Copy full SHA for d35e422
CMakeLists.txt
@@ -59,7 +59,7 @@ endif()
59
60
# set up versioning.
61
set(DF_VERSION "0.40.14")
62
-SET(DFHACK_RELEASE "r0" CACHE STRING "Current release revision.")
+SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.")
63
64
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
65
add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}")
NEWS
@@ -1,4 +1,6 @@
1
-DFHack future
+DFHack Future
2
+
3
+DFHack 0.40.14-r1
4
Internals:
5
- The DFHack console can now be disabled by setting the DFHACK_DISABLE_CONSOLE
6
environment variable: "DFHACK_DISABLE_CONSOLE=1 ./dfhack"
0 commit comments