Skip to content

Commit

Permalink
Fix origin version error (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Oct 1, 2021
1 parent 74412ce commit 3c7d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version/Version.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ std::string versionString(bool verbose) {

std::string getOriginVersion() {
#if defined(NEBULA_BUILD_VERSION)
return NEBULA_BUILD_VERSION;
return "@NEBULA_BUILD_VERSION@";
#else
return "";
#endif
Expand Down

0 comments on commit 3c7d00e

Please sign in to comment.