| java.lang.Object oscript.Version
Version | final public class Version (Code) | | Version name/number info. This file is autogenerated from Version.java.in.
author: Rob Clark (rob@ti.com) author: version: ?? |
getVersionName | public static String getVersionName()(Code) | | Get svn root path directory name, ie. either "trunk", a branch name,
or a tag name.
a string |
getVersionNumber | public static int getVersionNumber()(Code) | | Get the svn repository version number
an integer indicating the revision number of the srccode repository from which the interpreter was built |
|
|