MCPcopy Index your code
hub / github.com/processing/processing / getVersionName

Method getVersionName

app/src/processing/app/Base.java:334–336  ·  view source on GitHub ↗

@return something like 2.2.1 or 3.0b4 (or 0213 if it's not a release)

()

Source from the content-addressed store, hash-verified

332 * @return something like 2.2.1 or 3.0b4 (or 0213 if it's not a release)
333 */
334 static public String getVersionName() {
335 return VERSION_NAME;
336 }
337
338
339

Callers 4

updateTitleMethod · 0.95
paintMethod · 0.95
printCommandLineMethod · 0.95
addManifestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected