Update client version to 1.4.3
Update version number in configure.ac, build_msvc config, clientversion.cpp, and all man pages from 1.4.2 to 1.4.3
This commit is contained in:
@@ -81,8 +81,8 @@ std::string FormatFullVersion()
|
||||
{
|
||||
// Display a simplified semantic version: omit trailing ".0" and git suffix
|
||||
// by reusing FormatVersion on the aggregated CLIENT_VERSION.
|
||||
// This yields e.g. "v1.4.2" when CLIENT_VERSION_BUILD == 0,
|
||||
// or "v1.4.2.1" if a non-zero build number is used.
|
||||
// This yields e.g. "v1.4.3" when CLIENT_VERSION_BUILD == 0,
|
||||
// or "v1.4.3.1" if a non-zero build number is used.
|
||||
return std::string("v") + FormatVersion(CLIENT_VERSION);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user