diff options
| author | Gavin Andresen <[email protected]> | 2013-09-12 12:46:38 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-09-12 13:35:18 +1000 |
| commit | ef14a26b12ad63cbe109e24043b0b1ce5c07447a (patch) | |
| tree | 62c945e901c646a4931a60c3c0a248e311ba39f3 /src/clientversion.h | |
| parent | Fix out-of-bounds check (diff) | |
| download | archived-discoin-0.8.5.tar.xz archived-discoin-0.8.5.zip | |
Bump version numbers for 0.8.5 releasev0.8.5
Diffstat (limited to 'src/clientversion.h')
| -rw-r--r-- | src/clientversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index 07cac5cd6..5381983f4 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 8 -#define CLIENT_VERSION_REVISION 4 +#define CLIENT_VERSION_REVISION 5 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build |