From 26f66ce8e263a6da48e3933f0e784d4eef44cff9 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 30 Dec 2015 11:27:19 -0500 Subject: [PATCH] Bump version to 0.42.04 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c027374f..2a20b8dba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ if (NOT EXISTS ${dfhack_SOURCE_DIR}/library/xml/codegen.pl OR NOT EXISTS ${dfhac endif() # set up versioning. -set(DF_VERSION "0.42.03") +set(DF_VERSION "0.42.04") SET(DFHACK_RELEASE "alpha1") SET(DFHACK_PRERELEASE TRUE)