From dd9cb70ad3a372a267adda15c998acfe179f3285 Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 5 Jan 2015 15:55:12 -0500 Subject: [PATCH] Update CMakeLists to 0.40.23-r1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b24c93267..984bb09e7 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.19") +set(DF_VERSION "0.40.23") SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.") set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")