mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
Tag 0.17-alpha1
This commit is contained in:
parent
3b7c630eb4
commit
f3075c44b6
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ plugins {
|
||||||
id 'eclipse'
|
id 'eclipse'
|
||||||
}
|
}
|
||||||
|
|
||||||
version = '0.17-SNAPSHOT'
|
version = '0.17-alpha1'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.72'
|
api 'org.bouncycastle:bcprov-jdk15to18:1.72'
|
||||||
|
|
|
@ -51,7 +51,7 @@ import java.util.Objects;
|
||||||
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.17-SNAPSHOT";
|
public static final String BITCOINJ_VERSION = "0.17-alpha1";
|
||||||
/** 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