diff options
| author | Chris Moore <[email protected]> | 2011-01-21 02:37:34 -0800 |
|---|---|---|
| committer | Chris Moore <[email protected]> | 2011-01-21 02:37:34 -0800 |
| commit | 5284e1b60e79bd535e808fb1d9968f22d565f9c2 (patch) | |
| tree | d5ed76bf655795eb1819f029dc4388a860e86bf0 /serialize.h | |
| parent | Add -rescan option to --help output (diff) | |
| download | discoin-5284e1b60e79bd535e808fb1d9968f22d565f9c2.tar.xz discoin-5284e1b60e79bd535e808fb1d9968f22d565f9c2.zip | |
Add const bool VERSION_IS_BETA to serialize.h and use it when formatting the version string. Show the version string in --help text too.
Diffstat (limited to 'serialize.h')
| -rw-r--r-- | serialize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize.h b/serialize.h index 8153382ea..f434b04ca 100644 --- a/serialize.h +++ b/serialize.h @@ -27,6 +27,7 @@ static const unsigned int MAX_SIZE = 0x02000000; static const int VERSION = 31902; static const char* pszSubVer = ""; +static const bool VERSION_IS_BETA = true; |