We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533b826 commit a0ed0e4Copy full SHA for a0ed0e4
src/Util/version.cpp
@@ -67,5 +67,5 @@ namespace version
67
const std::string BUILD_ARCH = "[x64]";
68
#endif
69
70
- const std::string CLIENT_VERSION_BUILD_STRING(CLIENT_VERSION_STRING + "-pre " + CLIENT_NAME + " " + CLIENT_INTERFACE + " " + CLIENT_DATABASE + BUILD_ARCH);
+ const std::string CLIENT_VERSION_BUILD_STRING(CLIENT_VERSION_STRING + " " + CLIENT_NAME + " " + CLIENT_INTERFACE + " " + CLIENT_DATABASE + BUILD_ARCH);
71
}
0 commit comments