mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
Prepare 0.17-SNAPSHOT
This commit is contained in:
parent
ab91a94695
commit
a7446b65ae
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ plugins {
|
||||||
id 'eclipse'
|
id 'eclipse'
|
||||||
}
|
}
|
||||||
|
|
||||||
version = '0.17-alpha2'
|
version = '0.17-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.75'
|
api 'org.bouncycastle:bcprov-jdk15to18:1.75'
|
||||||
|
|
|
@ -51,7 +51,7 @@ import static org.bitcoinj.base.internal.Preconditions.check;
|
||||||
public class VersionMessage extends BaseMessage {
|
public class VersionMessage extends BaseMessage {
|
||||||
|
|
||||||
/** 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-alpha2";
|
public static final String BITCOINJ_VERSION = "0.17-SNAPSHOT";
|
||||||
/** 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