Skip to content

Commit

Permalink
Adjust versioning info
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Nov 11, 2018
1 parent 2c67494 commit 4c2a39f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A safe, dynamic tracing tool for the Java platform

## Version
1.3.11 ([Release Page](https://github.com/jbachorik/btrace/releases/latest))
1.3.11.2 ([Release Page](https://github.com/jbachorik/btrace/releases/latest))

## Quick Summary
BTrace is a safe, dynamic tracing tool for the Java platform.
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ questions.
<dependency>
<groupId>com.sun.tools.btrace</groupId>
<artifactId>btrace-client</artifactId>
<version>1.3.11</version>
<version>1.3.11.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.tools.btrace</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (!currentJvm.toString().startsWith("1.7")) {
}

group 'com.sun.tools.btrace'
version = '1.3.11'
version = '1.3.11.2-SNAPSHOT'
description = 'BTrace - a safe, dynamic tracing tool for the Java platform'

sourceCompatibility = 7
Expand Down
2 changes: 1 addition & 1 deletion make/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ docs.dir=${project.dir}/docs
samples.dir=${project.dir}/samples
dist.dir=${project.dir}/dist
junit.jar=${test.lib.dir}/junit-4.6.jar
release.version=1.3.11-dev
release.version=1.3.11.2
asm.version=5.2
maven.repo.local=../build/maven

0 comments on commit 4c2a39f

Please sign in to comment.