Task Server
- The old 'version' message header is now the 'client' message header.
This commit is contained in:
@@ -35,7 +35,7 @@ Msg::Msg ()
|
|||||||
{
|
{
|
||||||
// All messages are marked with the version number, so that the messages may
|
// All messages are marked with the version number, so that the messages may
|
||||||
// be properly evaluated in context.
|
// be properly evaluated in context.
|
||||||
_header["version"] = PACKAGE_STRING;
|
_header["client"] = PACKAGE_STRING;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user