diff options
| author | Gavin Andresen <[email protected]> | 2013-05-13 10:53:53 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-05-13 10:53:53 -0400 |
| commit | 8ae290d266326893a19c31e67258f6fbed6dbd37 (patch) | |
| tree | 56179d0b8e9fcd2fa514628ce414da9a8853ca7f /src | |
| parent | Update version numbers for 0.8.2rc1 release (diff) | |
| download | discoin-8ae290d266326893a19c31e67258f6fbed6dbd37.tar.xz discoin-8ae290d266326893a19c31e67258f6fbed6dbd37.zip | |
Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/clientversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clientversion.h b/src/clientversion.h index d6ca03a72..aabab4c72 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,10 +9,10 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 8 #define CLIENT_VERSION_REVISION 2 -#define CLIENT_VERSION_BUILD 0 +#define CLIENT_VERSION_BUILD 1 // Set to true for release, false for prerelease or test build -#define CLIENT_VERSION_IS_RELEASE false +#define CLIENT_VERSION_IS_RELEASE true // Copyright year (2009-this) // Todo: update this when changing our copyright comments in the source |