MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / version_string

Method version_string

src/main/java/org/jpl7/JPL.java:389–391  ·  view source on GitHub ↗

Returns a String (eg "3.0.0-alpha") identifying this version of JPL. @return a String (eg "3.0.0-alpha") identifying this version of JPL.

()

Source from the content-addressed store, hash-verified

387 * @return a String (eg "3.0.0-alpha") identifying this version of JPL.
388 */
389 public static String version_string() {
390 return version_.major + "." + version_.minor + "." + version_.patch + "-" + version_.status;
391 }
392
393 public static void main(String[] args) {
394 System.out.println(version_string());

Callers 8

reportConfigurationMethod · 0.95
testSameLibVersions1Method · 0.95
testSameLibVersions2Method · 0.95
mainMethod · 0.95
report_versionsMethod · 0.95
report_versionsMethod · 0.95
mainMethod · 0.95
mainMethod · 0.80

Calls

no outgoing calls

Tested by 4

reportConfigurationMethod · 0.76
testSameLibVersions1Method · 0.76
testSameLibVersions2Method · 0.76
mainMethod · 0.64