Move to 0.5-SNAPSHOT

This commit is contained in:
Mike Hearn 2012-03-09 15:34:34 +01:00
parent 74b2f6c172
commit a86ca77a58
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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;