Skip to content

Commit

Permalink
Bump version number to 0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: http://bitcoinj.googlecode.com/svn/trunk@121 a743e126-8abc-4207-e589-8f9b47be99bf
  • Loading branch information
hearn@google.com committed Jul 6, 2011
1 parent 610d117 commit fd22822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.google</groupId> <groupId>com.google</groupId>
<artifactId>bitcoinj</artifactId> <artifactId>bitcoinj</artifactId>
<version>0.2</version> <version>0.3-SNAPSHOT</version>
<name>BitCoinJ</name> <name>BitCoinJ</name>
<description>A Java implementation of a Bitcoin client-only node</description> <description>A Java implementation of a Bitcoin client-only node</description>
<url>http://code.google.com/p/bitcoinj</url> <url>http://code.google.com/p/bitcoinj</url>
Expand Down
2 changes: 1 addition & 1 deletion src/com/google/bitcoin/core/VersionMessage.java
Expand Up @@ -64,7 +64,7 @@ public VersionMessage(NetworkParameters params, int newBestHeight) {
} catch (UnknownHostException e) { } catch (UnknownHostException e) {
throw new RuntimeException(e); // Cannot happen. throw new RuntimeException(e); // Cannot happen.
} }
subVer = "BitCoinJ 0.2"; subVer = "BitCoinJ 0.3-SNAPSHOT";
bestHeight = newBestHeight; bestHeight = newBestHeight;
} }


Expand Down

0 comments on commit fd22822

Please sign in to comment.