mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
Bump version to Knots:20250305
This commit is contained in:
parent
db9ec3a8f5
commit
ba223403bb
@ -70,7 +70,7 @@ std::string FormatSubVersion(const std::string& name, int nClientVersion, const
|
||||
if (!comments.empty()) comments_str = strprintf("(%s)", Join(comments, "; "));
|
||||
std::string ua = strprintf("/%s:%s%s/", name, FormatVersion(nClientVersion), comments_str);
|
||||
if (!base_name_only) {
|
||||
ua += "Knots:20250205/";
|
||||
ua += "Knots:20250305/";
|
||||
}
|
||||
return ua;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user