From e720c498c93b32b7e946110fc60f11c0e6e2bd73 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 5 Dec 2015 17:57:52 -0500 Subject: [PATCH] Bump to 0.42.02 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19174ca37..d85b97076 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.01") +set(DF_VERSION "0.42.02") SET(DFHACK_RELEASE "r0") set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")