mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 14:07:14 +00:00
Bump version to 0.4-SNAPSHOT, switch the subVer field to use genjixs BIP 14 format.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj</artifactId>
|
||||
<version>0.3</version>
|
||||
<version>0.4-SNAPSHOT</version>
|
||||
<name>BitCoinJ</name>
|
||||
<description>A Java implementation of a Bitcoin client-only node</description>
|
||||
<url>http://code.google.com/p/bitcoinj</url>
|
||||
|
||||
@@ -80,7 +80,7 @@ public class VersionMessage extends Message {
|
||||
} catch (UnknownHostException e) {
|
||||
throw new RuntimeException(e); // Cannot happen.
|
||||
}
|
||||
subVer = "BitCoinJ 0.3";
|
||||
subVer = "/BitCoinJ:0.4-SNAPSHOT/";
|
||||
bestHeight = newBestHeight;
|
||||
|
||||
length = 84;
|
||||
|
||||
Reference in New Issue
Block a user