Release 0.14.3

This commit is contained in:
Andreas Schildbach
2016-06-13 18:41:54 +02:00
parent 1fbc33f85e
commit 4c04776105
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
<parent>
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<version>0.14.3-SNAPSHOT</version>
<version>0.14.3</version>
</parent>
<artifactId>bitcoinj-core</artifactId>

View File

@@ -78,7 +78,7 @@ public class VersionMessage extends Message {
public boolean relayTxesBeforeFilter;
/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.14.3-SNAPSHOT";
public static final String BITCOINJ_VERSION = "0.14.3";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";