mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
Move to 0.5-SNAPSHOT
This commit is contained in:
parent
74b2f6c172
commit
a86ca77a58
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj</artifactId>
|
||||
<version>0.4</version>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
<name>BitCoinJ</name>
|
||||
<description>A Java implementation of a Bitcoin client-only node</description>
|
||||
<url>http://code.google.com/p/bitcoinj</url>
|
||||
|
@ -92,7 +92,7 @@ public class VersionMessage extends Message {
|
||||
} catch (UnknownHostException e) {
|
||||
throw new RuntimeException(e); // Cannot happen (illegal IP length).
|
||||
}
|
||||
subVer = "/BitCoinJ:0.4/";
|
||||
subVer = "/BitCoinJ:0.5-SNAPSHOT/";
|
||||
bestHeight = newBestHeight;
|
||||
|
||||
length = 84;
|
||||
|
Loading…
Reference in New Issue
Block a user