From 73337166e6f6774cb1f7be94899eca7cfef6d28c Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 5 Jul 2014 12:55:26 -0400 Subject: [PATCH] Version 29.2 --- README | 6 ++++++ includes/defines.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 274d5e3104..0b69f719cf 100644 --- a/README +++ b/README @@ -736,6 +736,12 @@ floodfill crash. Version 29.1 6/4/14 Fix crash when using BRAY. Possibly fix bugs with setting scale. +Version 29.2 7/5/14 +Fix scale setting issue on Linux. Update TPTMP to the latest version. Fix +crash with portals. Simulation and interface updates from tpt++. Moving solids +bounce off walls, go through loop edge mode, and are affected by different +gravity modes. Fix zoom window being drawn on incorrect side sometimes. + diff --git a/includes/defines.h b/includes/defines.h index 09b2744928..3aeab7c24a 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -30,9 +30,9 @@ //VersionInfoEnd #define MOD_VERSION 29 -#define MOD_MINOR_VERSION 1 +#define MOD_MINOR_VERSION 2 #define MOD_SAVE_VERSION 19 //This is not the version number of my mod anymore, it's only changed when I change the saving code -#define MOD_BUILD_VERSION 42 //For update checks +#define MOD_BUILD_VERSION 43 //For update checks #define BETA_VERSION 89 #define BETA_MINOR_VER 2 #define RELEASE_VERSION 89