mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rewrite build version and protocol version interface
This commit is contained in:
@@ -123,7 +123,8 @@ std::string HTTPReply (int nStatus, const std::string& strMsg)
|
||||
rfc1123Time ().c_str (),
|
||||
access.c_str (),
|
||||
strMsg.size () + 2,
|
||||
SERVER_VERSION,
|
||||
//SERVER_VERSION,
|
||||
BuildInfo::getFullVersionString (),
|
||||
strMsg.c_str ());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user