Skip to content

Commit

Permalink
Fix Version Message based on USE_LLD definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mumusbtc committed Jul 17, 2017
1 parent 9144bbe commit ff873f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/core/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@

/** Used for Visual Reference Only **/
const std::string CLIENT_NAME("Nexus");
#ifdef USE_LLD
const std::string CLIENT_BUILD("0.2.2.3 - LLD Stable");
const std::string CLIENT_DATE("January 5th, 2017");
#else
const std::string CLIENT_BUILD("0.2.2.3 - Oracle Stable");
#endif
const std::string CLIENT_DATE("July 13th, 2017");

/** Used to determine the current features available on the local database */
const int DATABASE_VERSION =
Expand Down

0 comments on commit ff873f0

Please sign in to comment.