Prepare 0.15.3-SNAPSHOT

This commit is contained in:
Andreas Schildbach
2019-07-06 12:12:35 +02:00
parent ea3a70e85e
commit 90ae0d8785
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
apply plugin: 'maven'
apply plugin: 'eclipse'
version = '0.15.2'
version = '0.15.3-SNAPSHOT'
archivesBaseName = 'bitcoinj-core'
eclipse.project.name = 'bitcoinj-core'

View File

@@ -41,7 +41,7 @@ import java.util.Locale;
public class VersionMessage extends Message {
/** The version of this library release, as a string. */
public static final String BITCOINJ_VERSION = "0.15.2";
public static final String BITCOINJ_VERSION = "0.15.3-SNAPSHOT";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";