Prototype.Version is a String variable that contains the version of Prototype.
Prototype.Version
alert(Prototype.Version); // "1.4.0"
Click me!