ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/globals.h
(Generate patch)

Comparing AE/Installer/trunk/source/globals.h (file contents):
Revision 487 by iritscen, Wed Dec 30 01:51:38 2009 UTC vs.
Revision 500 by iritscen, Sun Mar 14 23:31:14 2010 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)