From d1b3b189f1b7a1d686038f2ee4c74f9b5fc06162 Mon Sep 17 00:00:00 2001 From: wdbee Date: Sat, 28 May 2011 12:20:27 +0000 Subject: [PATCH] Force new racingline calculation (New pitlane, wet track) git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3615 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 1834ed8fa77e1dc7fdfda1b5374c330c584c6733 Former-commit-id: e93ccc1b3c2748d7a55d6cf903f91ec1a7e7c945 --- src/drivers/simplix/src/unitglobal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/drivers/simplix/src/unitglobal.h b/src/drivers/simplix/src/unitglobal.h index 9ed7cba1d..198465787 100644 --- a/src/drivers/simplix/src/unitglobal.h +++ b/src/drivers/simplix/src/unitglobal.h @@ -9,10 +9,10 @@ // // File : unitglobal.cpp // Created : 2007.11.17 -// Last changed : 2011.03.06 +// Last changed : 2011.05.28 // Copyright : © 2007-2011 Wolf-Dieter Beelitz // eMail : wdb@wdbee.de -// Version : 3.00.000 +// Version : 3.00.002 //--------------------------------------------------------------------------* // This program was developed and tested on windows XP // There are no known Bugs, but: @@ -94,7 +94,7 @@ // Racing line version marker // (Increment if racinglines needs to be recalculated) //--------------------------------------------------------------------------* -#define RL_VERSION 116 +#define RL_VERSION 117 // Force new calculation //==========================================================================* //==========================================================================*