From 8bcb8e82ec7b1ee2b6235cc085b4481ff2d229f1 Mon Sep 17 00:00:00 2001 From: philoptik Date: Thu, 28 Nov 2013 20:59:38 +0100 Subject: [PATCH] Update Version to 2.4.3 --- engine/simulationcraft.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/simulationcraft.hpp b/engine/simulationcraft.hpp index 7421ac36f..fb7ab2e88 100644 --- a/engine/simulationcraft.hpp +++ b/engine/simulationcraft.hpp @@ -80,10 +80,10 @@ #define PRINTF_ATTRIBUTE(a,b) __attribute__((format(printf,a,b))) -#define SC_MAJOR_VERSION "201" +#define SC_MAJOR_VERSION "243" #define SC_MINOR_VERSION "1" -#define SWTOR_VERSION_LIVE "2.0.1" -#define SWTOR_VERSION_PTR "2.1.0" +#define SWTOR_VERSION_LIVE "2.4.3" +#define SWTOR_VERSION_PTR "2.4.3" #define SC_USE_PTR ( 0 ) #define SC_BETA ( 0 ) #define SC_EPSILON ( 0.000001 )