Changes between Version 95 and Version 96 of ProjectOptions


Ignore:
Timestamp:
Jan 13, 2010, 9:38:09 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v95 v96  
    326326In conjunction with the next tag,
    327327you can warn users with version below this to upgrade by a specified deadline.
    328 Example value: 419.
     328The version number is encoded as 10000*major + 100*minor + release.
    329329{{{
    330330<min_core_client_upgrade_deadline> N </min_core_client_upgrade_deadline>
     
    494494<min_core_client_version> N </min_core_client_version>
    495495}}}
    496 If the scheduler gets a request from a client with a version number less than this, it returns an error message and doesn't do any other processing.  The version number is expressed as an integer with the encoding major*100+minor.  You can also specify this separately for each [AppVersion application].
     496If the scheduler gets a request from a client with a version number less than this,
     497it returns an error message and doesn't do any other processing.
     498The version number is expressed as an integer with the encoding 10000*major + 100*minor + release.
     499You can also specify this separately for each [AppVersion application].
    497500{{{
    498501<ended>0|1</ended>