| # | Line 40 | Line 40 | using namespace std; | |
|---|---|---|
| 40 | #endif | |
| 41 | ||
| 42 | #pragma mark DEFINES | |
| 43 | < | #define INSTALLER_VERSION "1.1" // only place we need to change this |
| 43 | > | #define INSTALLER_VERSION "1.1" // only place in source we need to set this |
| 44 | #define UPDATE_LOG_READ_ERR -1 | |
| 45 | #define UPDATE_INST_REPL_ERR -2 | |
| 46 | #define UPDATE_MNTH_REQD_ERR -3 | |
| # | Line 54 | Line 54 | using namespace std; | |
| 54 | struct ModPackage | |
| 55 | { | |
| 56 | bool isInstalled; // replace with function | |
| 57 | + | string installerVersion; |
| 58 | string name; | |
| 59 | string modStringName; | |
| 60 | int modStringVersion; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |