| 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]. |