Skip to content

Commit a0ed0e4

Browse files
committed
Tag for release 5.0.5
1 parent 533b826 commit a0ed0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ namespace version
6767
const std::string BUILD_ARCH = "[x64]";
6868
#endif
6969

70-
const std::string CLIENT_VERSION_BUILD_STRING(CLIENT_VERSION_STRING + "-pre " + CLIENT_NAME + " " + CLIENT_INTERFACE + " " + CLIENT_DATABASE + BUILD_ARCH);
70+
const std::string CLIENT_VERSION_BUILD_STRING(CLIENT_VERSION_STRING + " " + CLIENT_NAME + " " + CLIENT_INTERFACE + " " + CLIENT_DATABASE + BUILD_ARCH);
7171
}

0 commit comments

Comments
 (0)