Changeset 379 for AE/Installer/trunk/source/installer.cpp
- Timestamp:
- Jun 29, 2009, 9:23:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/installer.cpp
r325 r379 1 1 /* 2 2 AE/Mod Installer 3 v1.04 3 by Gumby and Iritscen 5 4 */ 6 5 7 6 #define DEBUG … … 28 27 #endif 29 28 30 const string strInstallerVersion = "1.0";29 //const string strInstallerVersion = "1.0"; 31 30 const bool SPLIT = 1; 32 31 const bool NOT_SPLIT = 0;
Note:
See TracChangeset
for help on using the changeset viewer.