mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Task Server
- The old 'version' message header is now the 'client' message header.
This commit is contained in:
parent
8c11c6c895
commit
d9676aefd4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue