diff options
| author | Gregory Maxwell <[email protected]> | 2012-10-21 03:12:25 -0700 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2012-10-21 03:12:25 -0700 |
| commit | d12b69410681281694eeec10444fbdd9c8c31384 (patch) | |
| tree | 62c35626e7acca179af893591247dc5c60618f72 /src | |
| parent | Merge pull request #1916 from jgarzik/caddrdb-bug (diff) | |
| parent | Update version numbers to 0.7.99 (diff) | |
| download | discoin-d12b69410681281694eeec10444fbdd9c8c31384.tar.xz discoin-d12b69410681281694eeec10444fbdd9c8c31384.zip | |
Merge pull request #1938 from sipa/v0799
Update version numbers to 0.7.99
Diffstat (limited to 'src')
| -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 2f695e5cc..e79c306c0 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 7 -#define CLIENT_VERSION_REVISION 1 +#define CLIENT_VERSION_REVISION 99 #define CLIENT_VERSION_BUILD 0 // Converts the parameter X to a string after macro replacement on X has been performed. |