added comment about protocol version [no-issue] [no-build]

This commit is contained in:
Nick Bolton 2014-07-28 08:19:29 +00:00
parent 995730a646
commit 3a6d9e82e3
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
// 1.2: adds mouse relative motion
// 1.3: adds keep alive and deprecates heartbeats,
// adds horizontal mouse scrolling
// 1.4: adds crypto support (game device support added then removed)
// 1.4: adds crypto support
// NOTE: with new version, synergy minor version should increment
static const SInt16 kProtocolMajorVersion = 1;
static const SInt16 kProtocolMinorVersion = 5;