--- AE/Installer/trunk/source/globals.h 2010/03/14 23:31:14 500 +++ 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 in source we need to set 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 @@ -58,6 +58,7 @@ struct ModPackage string name; string modStringName; int modStringVersion; + string platform; bool hasOnis; bool hasDeltas; bool hasBSL;