Changes between Version 2 and Version 3 of UpdateVersions
- Timestamp:
- May 28, 2007, 9:58:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdateVersions
v2 v3 16 16 }}} 17 17 18 '''Platform strings must match the names of platforms in the database.''' If needed, [XaddTool add the platform to the DB]. 18 * VERSION is a string of the form N.M, where N and M are integers with M<100. This is converted to the single integer N*100 + M, which is used to specify application versions elsewhere in BOINC. M may have a leading zero, which is ignored. 19 * PLATFORM is the name of a platform in the database (if needed, [XaddTool add the platform to the DB]). 19 20 20 21 … … 44 45 LOGICAL_NAME=PHYSICAL_NAME 45 46 }}} 46 is found, the given logical and physical names will be used(i.e., the application will be able to access the file by passing the logical name to boinc_resolve_filename()).47 is found, the file will have the given logical and physical names (i.e., the application will be able to access the file by passing the logical name to boinc_resolve_filename()).