Skip to content

Commit

Permalink
Also display patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Dec 14, 2016
1 parent 860d5ed commit 14c222e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ringojs/tools/RingoRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ public static void printUsage() {

public static void printVersion() {
out.print("RingoJS version ");
out.println(RhinoEngine.VERSION.get(0) + "." + RhinoEngine.VERSION.get(1));
out.println(RhinoEngine.VERSION.get(0) + "." + RhinoEngine.VERSION.get(1) + "." + RhinoEngine.VERSION.get(2));
}

}

0 comments on commit 14c222e

Please sign in to comment.