diff options
| author | Gregory Maxwell <[email protected]> | 2012-03-16 15:08:57 -0400 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2012-03-16 15:08:57 -0400 |
| commit | 44b69cf25e73ff164e15c9ca2027c5b871151e32 (patch) | |
| tree | bbb7f3a7f094a77dd2a4efac67dbf78ea633338e /src/main.h | |
| parent | Merge pull request #938 from TheBlueMatt/guirpcwin32 (diff) | |
| download | discoin-44b69cf25e73ff164e15c9ca2027c5b871151e32.tar.xz discoin-44b69cf25e73ff164e15c9ca2027c5b871151e32.zip | |
Bump CLIENT_VERSION for rc4 releasev0.6.0rc4
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 10733727c..560bff0cd 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60003; +static const int CLIENT_VERSION = 60004; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; |