Changes between Version 2 and Version 3 of UpdateVersions


Ignore:
Timestamp:
May 28, 2007, 9:58:25 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdateVersions

    v2 v3  
    1616}}}
    1717
    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]).
    1920
    2021
     
    4445LOGICAL_NAME=PHYSICAL_NAME
    4546}}}
    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()).
     47is 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()).