
Chapter 3: Condition Reference
release.version=
Tests the release version of the ProxySG software. The release version of the ProxySG software currently running is displayed on the main page of the Management Console and in the Management>Maintenance>Upgrade>Systems tab of the Management Console. It also can be displayed through the CLI using the show version command.
Replaces: release_version=
Syntax
release.version={[minimum_version]..[maximum_version]version}
where each of the versions is of the format:.
major_#.minor_#.dot_#.patch_#
Each number must be in the range 0 to 255. The major_# is required; less significant portions of the version may be omitted and will default to 0.
Layer and Transaction Notes
•May be used in any layer.
Examples
;the condition below is only true if you are running a version of ProxySG
;whose release version is 3.1. or greater
release.version=3.1...
;the condition below is only true if you are running a version of ProxySG
;whose release version is less or equal to than 3.1.2
release.version=..3.1.2
115