Changes between Version 95 and Version 96 of ProjectOptions
- Timestamp:
- Jan 13, 2010, 9:38:09 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v95 v96 326 326 In conjunction with the next tag, 327 327 you can warn users with version below this to upgrade by a specified deadline. 328 Example value: 419.328 The version number is encoded as 10000*major + 100*minor + release. 329 329 {{{ 330 330 <min_core_client_upgrade_deadline> N </min_core_client_upgrade_deadline> … … 494 494 <min_core_client_version> N </min_core_client_version> 495 495 }}} 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]. 496 If the scheduler gets a request from a client with a version number less than this, 497 it returns an error message and doesn't do any other processing. 498 The version number is expressed as an integer with the encoding 10000*major + 100*minor + release. 499 You can also specify this separately for each [AppVersion application]. 497 500 {{{ 498 501 <ended>0|1</ended>