Skip to content

Commit e3c0a0a

Browse files
committed
Release version 0.13.0
This updates version numbers in `README.md` and other files, including the `git.baseVersion` setting in the `renaissance-core` sub-project.
1 parent 452d90b commit e3c0a0a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This allows you to execute the following `java` command:
2626

2727

2828
```
29-
$ java -jar 'renaissance-gpl-0.12.0.jar' <benchmarks>
29+
$ java -jar 'renaissance-gpl-0.13.0.jar' <benchmarks>
3030
```
3131

3232
Above, `<benchmarks>` is the list of benchmarks that you wish to run.
@@ -268,7 +268,7 @@ arguments to that plugin (or policy).
268268
The following is a complete list of command-line options.
269269

270270
```
271-
Renaissance Benchmark Suite, version 0.12.0
271+
Renaissance Benchmark Suite, version 0.13.0
272272
Usage: renaissance [options] [benchmark-specification]
273273
274274
-h, --help Prints this usage text.
@@ -312,7 +312,7 @@ $ tools/sbt/bin/sbt renaissanceJmh/jmh:assembly
312312
To run the benchmarks using JMH, you can execute the following `java` command:
313313

314314
```
315-
$ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.12.0.jar'
315+
$ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.13.0.jar'
316316
```
317317

318318

documentation/jar-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Renaissance JAR bundle content
22

33
This document describes the structure of the JAR file with the benchmark
4-
(e.g., `target/renaissance-gpl-0.12.0-2-SNAPSHOT.jar`).
4+
(e.g., `target/renaissance-gpl-0.13.0-2-SNAPSHOT.jar`).
55

66
Directly inside the JAR are classes from the `renaissance-core` subproject
77
that also contain the launcher. This also ensures that these classes are

plugins/jmx-timers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that we specify an output file as the counters are not visible on the
2121
standard output.
2222

2323
```shell
24-
java renaissance-gpl-0.12.0.jar \
24+
java renaissance-gpl-0.13.0.jar \
2525
--plugin plugin-jmxtimers-assembly-0.0.1.jar\
2626
--json results.json \
2727
...

plugins/ubench-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note that we specify an output file as the counters are not visible on the
3434
standard output.
3535

3636
```shell
37-
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.12.0.jar \
37+
java -agentpath:libubench-agent.so-jar -jar renaissance-gpl-0.13.0.jar \
3838
--plugin plugin-ubenchagent-assembly-0.0.1.jar --with-arg PAPI_L1_DCM,PAPI_L2_DCM \
3939
--json results.json \
4040
...

renaissance-core/version.sbt

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

0 commit comments

Comments
 (0)