From 6f9379ffd6414a23bf5a6ada44e59f0c1dcfb3bf Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 22 Feb 2016 17:12:13 +0100 Subject: [PATCH] version 37.0.0 release --- CHANGELOG.txt | 11 +++++++++++ inc/defines.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8cf11829b..585a5124a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +### Version 37.0 Patch Notes + +*** +- DF 42.06 memory layouts for windows and linux (sv-esk) +- added new jobs for crafting (sv-esk) +- added a global option to abbreviate experience and stress numbers +- added a rust description on the skill column information/tooltips + +- fixed uniforms not displaying correctly for miners, woodcutters and hunters (sv-esk) +- fixed experience formatting + ### Version 36.0 Patch Notes *** diff --git a/inc/defines.h b/inc/defines.h index a2c2552d6..56295a454 100644 --- a/inc/defines.h +++ b/inc/defines.h @@ -27,7 +27,7 @@ THE SOFTWARE. #define PRODUCT "Dwarf Therapist" #ifndef DT_VERSION_MAJOR - #define DT_VERSION_MAJOR 36 + #define DT_VERSION_MAJOR 37 #endif #ifndef DT_VERSION_MINOR