diff options
| author | Gavin Andresen <[email protected]> | 2012-04-02 10:03:26 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-02 10:03:26 -0400 |
| commit | f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e (patch) | |
| tree | dfc464f74ae9c3b2a1c4b88b53ac0f5e297205ff /share/setup.nsi | |
| parent | Merge branch 'master' of github.com:bitcoin/bitcoin (diff) | |
| download | discoin-f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e.tar.xz discoin-f3da2a88c92a68c6ed1b0eeec16a3a7c35e3742e.zip | |
Bump version to 0.6.0.99 for 0.6.1 merge window
Diffstat (limited to 'share/setup.nsi')
| -rw-r--r-- | share/setup.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/setup.nsi b/share/setup.nsi index cc19daf84..4dc2ad5f0 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -51,7 +51,7 @@ CRCCheck on XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion 0.6.0.6
+VIProductVersion 0.6.0.99
VIAddVersionKey ProductName Bitcoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
|