Skip to content

Commit a418bdb

Browse files
committed
Update README.md and bump git base version
1 parent a5112d1 commit a418bdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To run a Renaissance benchmark, you need to have a JRE installed.
3333
This allows you to execute the following `java` command:
3434

3535
```
36-
$ java -jar '<renaissance-home>/target/renaissance-gpl-0.11.0.jar' <benchmarks>
36+
$ java -jar '<renaissance-home>/target/renaissance-gpl-0.12.0.jar' <benchmarks>
3737
```
3838

3939
Above, the `<renaissance-home>` is the path to the root directory of the Renaissance distribution,
@@ -58,7 +58,7 @@ policy (see [below](#plugins) for details).
5858
The following is a complete list of command-line options.
5959

6060
```
61-
Renaissance Benchmark Suite, version 0.11.0
61+
Renaissance Benchmark Suite, version 0.12.0
6262
Usage: renaissance [options] [benchmark-specification]
6363
6464
-h, --help Prints this usage text.
@@ -294,7 +294,7 @@ $ tools/sbt/bin/sbt renaissanceJmh/jmh:assembly
294294
To run the benchmarks using JMH, you can execute the following `java` command:
295295

296296
```
297-
$ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.11.0.jar'
297+
$ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.12.0.jar'
298298
```
299299

300300

renaissance-core/version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git.baseVersion := "0.12.0"
1+
git.baseVersion := "0.13.0"

0 commit comments

Comments
 (0)