Task Server

- The old 'version' message header is now the 'client' message header.
This commit is contained in:
Paul Beckingham 2013-06-08 15:08:02 -04:00
parent 8c11c6c895
commit d9676aefd4

View file

@ -35,7 +35,7 @@ Msg::Msg ()
{
// All messages are marked with the version number, so that the messages may
// be properly evaluated in context.
_header["version"] = PACKAGE_STRING;
_header["client"] = PACKAGE_STRING;
}
////////////////////////////////////////////////////////////////////////////////