Skip to content

Commit

Permalink
Merge pull request #169 from donshin/consistent-versioning-1.0.2
Browse files Browse the repository at this point in the history
Made value of CLIENT_VERSION_REVISION consistent, even in non-used code.
  • Loading branch information
BlueSilver22 authored Apr 18, 2018
2 parents 8757b01 + cc7e8fa commit 8e6c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 11
#define CLIENT_VERSION_REVISION 12
#define CLIENT_VERSION_BUILD 50

//! Set to true for release, false for prerelease or test build
Expand Down

0 comments on commit 8e6c23c

Please sign in to comment.