version

The value between these tags is used to track the internal script version.

Hierarchy

Syntax

Copy
<version>
     <!-- string value -->            
</version>

Example

Copy
<script>
     <name>Version Example</name>
     <description></description>
     <category></category>
     <version>1.2.3.0</version>            
     <input orientation="horizontal" />
     <display type="itemlist" />
     <action returns="table">
          <![CDATA[
          ]]>
     </action>
</script>