mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 22:25:41 +01:00
Release 0.15.10
This commit is contained in:
parent
b5962a83b1
commit
75ce78be89
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ apply plugin: 'com.google.protobuf'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
version = '0.15.10-SNAPSHOT'
|
version = '0.15.10'
|
||||||
archivesBaseName = 'bitcoinj-core'
|
archivesBaseName = 'bitcoinj-core'
|
||||||
eclipse.project.name = 'bitcoinj-core'
|
eclipse.project.name = 'bitcoinj-core'
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ import java.util.Locale;
|
||||||
public class VersionMessage extends Message {
|
public class VersionMessage extends Message {
|
||||||
|
|
||||||
/** The version of this library release, as a string. */
|
/** The version of this library release, as a string. */
|
||||||
public static final String BITCOINJ_VERSION = "0.15.10-SNAPSHOT";
|
public static final String BITCOINJ_VERSION = "0.15.10";
|
||||||
/** The value that is prepended to the subVer field of this application. */
|
/** The value that is prepended to the subVer field of this application. */
|
||||||
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
|
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue