mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix version to say 'rippled'
This commit is contained in:
@@ -115,7 +115,7 @@ char const* BuildInfo::getFullVersionString ()
|
||||
{
|
||||
beast::String s;
|
||||
|
||||
s << "Ripple-" << getVersionString ();
|
||||
s << "rippled-" << getVersionString ();
|
||||
|
||||
fullVersionString = s.toStdString ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user