From d223655dc7c823af939e6f214117dda10e3c77f2 Mon Sep 17 00:00:00 2001 From: expwnent Date: Tue, 16 Sep 2014 16:53:19 -0400 Subject: [PATCH] Bump version to 0.40.12-r1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a82dad87..253f310d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac endif() # set up versioning. -set(DF_VERSION "0.40.11") +set(DF_VERSION "0.40.12") SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.") set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")