Skip to content

Commit d35e422

Browse files
committed
Update NEWS and CMakeLists for release.
1 parent 272aa5d commit d35e422

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959

6060
# set up versioning.
6161
set(DF_VERSION "0.40.14")
62-
SET(DFHACK_RELEASE "r0" CACHE STRING "Current release revision.")
62+
SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.")
6363

6464
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
6565
add_definitions(-DDFHACK_VERSION="${DFHACK_VERSION}")

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
DFHack future
1+
DFHack Future
2+
3+
DFHack 0.40.14-r1
24
Internals:
35
- The DFHack console can now be disabled by setting the DFHACK_DISABLE_CONSOLE
46
environment variable: "DFHACK_DISABLE_CONSOLE=1 ./dfhack"

0 commit comments

Comments
 (0)