Skip to content

Commit 4073ba4

Browse files
committed
Tag for version 5.0.3
1 parent 7672a62 commit 4073ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/version.cpp

+1-1
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)