--- AE/Installer/trunk/source/globals.h 2009/12/30 01:51:38 487 +++ AE/Installer/trunk/source/globals.h 2010/03/24 07:12:25 503 @@ -40,7 +40,7 @@ using namespace std; #endif #pragma mark DEFINES -#define INSTALLER_VERSION "1.1" // only place we need to change this +#define INSTALLER_VERSION "1.2" // only place we need to change this #define UPDATE_LOG_READ_ERR -1 #define UPDATE_INST_REPL_ERR -2 #define UPDATE_MNTH_REQD_ERR -3 @@ -54,9 +54,11 @@ using namespace std; struct ModPackage { bool isInstalled; // replace with function + string installerVersion; string name; string modStringName; int modStringVersion; + string platform; bool hasOnis; bool hasDeltas; bool hasBSL;