Changeset 500 for AE/Installer/trunk/source/globals.h
- Timestamp:
- Mar 15, 2010, 12:31:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/globals.h
r487 r500 41 41 42 42 #pragma mark DEFINES 43 #define INSTALLER_VERSION "1.1" // only place we need to changethis43 #define INSTALLER_VERSION "1.1" // only place in source we need to set this 44 44 #define UPDATE_LOG_READ_ERR -1 45 45 #define UPDATE_INST_REPL_ERR -2 … … 55 55 { 56 56 bool isInstalled; // replace with function 57 string installerVersion; 57 58 string name; 58 59 string modStringName;
Note:
See TracChangeset
for help on using the changeset viewer.