version

app.version

Description

An alphanumeric string indicating which version of After Effects is running.

Type

String; read-only.

Example

var ver = app.version;
alert(This machine is running version " + ver + " of After Effects.");

Other Tags

Posted in Application object and tagged , , , .