diff options
| author | Gavin Andresen <[email protected]> | 2013-03-15 16:23:35 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-03-17 15:35:36 -0400 |
| commit | 34d62a8efe4c51b2dd73d56fa03001d4accee4ad (patch) | |
| tree | 3aa7b66f627098438c59f6c78df1b6822dbf2a78 /src/clientversion.h | |
| parent | Checkpoint at first block in 11 March chain fork (diff) | |
| download | archived-discoin-0.8.1.tar.xz archived-discoin-0.8.1.zip | |
Set version numbers for 0.8.1 releasev0.8.1
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 44cda07b8..56b0f0193 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 0 +#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build |