--- AE/Installer/trunk/source/globals.h 2009/12/30 01:51:38 487 +++ AE/Installer/trunk/source/globals.h 2010/03/14 23:31:14 500 @@ -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.1" // only place in source we need to set this #define UPDATE_LOG_READ_ERR -1 #define UPDATE_INST_REPL_ERR -2 #define UPDATE_MNTH_REQD_ERR -3 @@ -54,6 +54,7 @@ using namespace std; struct ModPackage { bool isInstalled; // replace with function + string installerVersion; string name; string modStringName; int modStringVersion;