mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
Prepare 0.15.1-SNAPSHOT
This commit is contained in:
@@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
version = '0.15'
|
||||
version = '0.15.1-SNAPSHOT'
|
||||
archivesBaseName = 'bitcoinj-core'
|
||||
eclipse.project.name = 'bitcoinj-core'
|
||||
|
||||
|
@@ -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";
|
||||
public static final String BITCOINJ_VERSION = "0.15.1-SNAPSHOT";
|
||||
/** The value that is prepended to the subVer field of this application. */
|
||||
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
|
||||
|
||||
|
Reference in New Issue
Block a user