Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
orb to tzc
  • Loading branch information
TrezarCoin committed Mar 31, 2018
1 parent 8d039a7 commit b19af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cpp
Expand Up @@ -41,7 +41,7 @@ const std::string CLIENT_NAME("Trezarcoin");
#endif

#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \
"v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build) "-orb" commit
"v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build) "-tzc" commit

#define BUILD_DESC_FROM_UNKNOWN(maj,min,rev,build) \
"v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build)
Expand Down

0 comments on commit b19af4a

Please sign in to comment.