diff options
| author | Gavin Andresen <[email protected]> | 2012-03-29 13:58:22 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-03-29 13:58:22 -0400 |
| commit | f3f9da868e00008d468eee41432afaff1144ae58 (patch) | |
| tree | 684b2beb0fc716fd7fb991c5fd680d577f4c9444 | |
| parent | Merge pull request #1007 from gavinandresen/log_auto_remove (diff) | |
| download | discoin-f3f9da868e00008d468eee41432afaff1144ae58.tar.xz discoin-f3f9da868e00008d468eee41432afaff1144ae58.zip | |
Bump version to 0.6.0rc6
| -rw-r--r-- | share/setup.nsi | 2 | ||||
| -rw-r--r-- | src/main.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/setup.nsi b/share/setup.nsi index 57b357a65..cc19daf84 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -51,7 +51,7 @@ CRCCheck on XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.6.0.5
+VIProductVersion 0.6.0.6
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
diff --git a/src/main.h b/src/main.h index 6be5a8b59..18d5dbdd7 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60005; +static const int CLIENT_VERSION = 60006; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; |