Skip to content

Commit 73be890

Browse files
committed
setting up 1.3.2 version
1 parent a561ad8 commit 73be890

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ btrace [![Build Status](https://travis-ci.org/jbachorik/btrace.svg?branch=releas
44
A safe, dynamic tracing tool for the Java platform
55

66
## Version
7-
1.3
7+
1.3.2
88

99
## Quick Summary
1010
BTrace is a safe, dynamic tracing tool for the Java platform.
@@ -42,7 +42,7 @@ The binary dist packages can be found in `<btrace>/dist` as the *.tar.gz and *.z
4242

4343
## Using BTrace
4444
### Installation
45-
Download a distribution file from the [release page](https://github.com/jbachorik/btrace/releases/tag/v1.3). Explode the binary distribution file (either *.tar.gz or *.zip) to a directory of your choice.
45+
Download a distribution file from the [release page](https://github.com/jbachorik/btrace/releases/tag/v1.3.2). Explode the binary distribution file (either *.tar.gz or *.zip) to a directory of your choice.
4646

4747
You may set the system environment variable __BTRACE_HOME__ to point to the directory containing the exploded distribution.
4848

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.sun.tools.btrace'
11-
version = '1.3.1'
11+
version = '1.3.2'
1212
description = 'BTrace - a safe, dynamic tracing tool for the Java platform'
1313

1414
sourceCompatibility = 7
@@ -51,7 +51,7 @@ bintray {
5151
labels = []
5252
publicDownloadNumbers = true
5353
version {
54-
name = '1.3.1' //Bintray logical version name
54+
name = '1.3.2' //Bintray logical version name
5555
released = new java.util.Date()
5656
vcsTag = project.hasProperty('release.tag') ? project.property('release.tag') : 'dev'
5757
//Optional configuration for GPG signing

make/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ docs.dir=${project.dir}/docs
2828
samples.dir=${project.dir}/samples
2929
dist.dir=${project.dir}/dist
3030
junit.jar=${test.lib.dir}/junit-4.6.jar
31-
release.version=1.3.1
31+
release.version=1.3.2
3232
asm.version=5.0.4
3333
maven.repo.local=../build/maven

0 commit comments

Comments
 (0)