Skip to content

Commit

Permalink
Updated release version and Copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
aciddude committed Feb 4, 2017
1 parent 41e4642 commit e665b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clientversion.h
Expand Up @@ -11,15 +11,15 @@
// 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 9
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 99
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 1

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE false

// Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source
#define COPYRIGHT_YEAR 2016
#define COPYRIGHT_YEAR 2017

#endif //HAVE_CONFIG_H

Expand Down

0 comments on commit e665b44

Please sign in to comment.