diff options
| author | langerhans <[email protected]> | 2015-01-17 19:22:19 +0100 |
|---|---|---|
| committer | langerhans <[email protected]> | 2015-01-17 19:22:19 +0100 |
| commit | d9ff1efb5d96a9da0a5e23a6c53b3ae3060fadae (patch) | |
| tree | 2d15a416ec85c0a4a6b765049b791bce7569ce1d /src | |
| parent | Add release notes for 1.8.2 (diff) | |
| download | discoin-d9ff1efb5d96a9da0a5e23a6c53b3ae3060fadae.tar.xz discoin-d9ff1efb5d96a9da0a5e23a6c53b3ae3060fadae.zip | |
Update release type and copyright year
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 082ae81ee..08c74fd09 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -15,11 +15,11 @@ #define CLIENT_VERSION_BUILD 0 // 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 -#define COPYRIGHT_YEAR 2014 +#define COPYRIGHT_YEAR 2015 #endif //HAVE_CONFIG_H |