diff options
| author | Gavin Andresen <[email protected]> | 2012-09-18 10:58:22 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-09-18 10:58:22 -0400 |
| commit | 5add0b0d0ff56774ca4716240a615175d79e82ec (patch) | |
| tree | 3265161ce91d5160795931234194d7cd4906cc53 /src | |
| parent | update comment, secure_allocator is defined in allocators.h (diff) | |
| download | discoin-5add0b0d0ff56774ca4716240a615175d79e82ec.tar.xz discoin-5add0b0d0ff56774ca4716240a615175d79e82ec.zip | |
Bump client version to 0.7.0.99 now that 0.7.0 release is final.
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 c9d1a7b29..548105383 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 7 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 3 +#define CLIENT_VERSION_BUILD 99 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro! |