diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-01-25 01:34:06 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-01-25 01:34:06 +0100 |
commit | feb848940855a8001a65252ee727887be8e2cf35 (patch) | |
tree | 2b98eeec81340cc484fd0ebf4b0a6096fb9ad1e2 | |
parent | ab16d3c465b2cef2c69b937b2e00224580e8d8fe (diff) | |
download | manaserv-feb848940855a8001a65252ee727887be8e2cf35.tar.gz manaserv-feb848940855a8001a65252ee727887be8e2cf35.tar.bz2 manaserv-feb848940855a8001a65252ee727887be8e2cf35.tar.xz manaserv-feb848940855a8001a65252ee727887be8e2cf35.zip |
Upgraded the manaserv protocol version to 1.
Yeah, I know Jaxad, we're not releasing but as agreed with
Thorbjorn, the protocol is incompatible even when moving, so
better get rid of old clients early.
-rw-r--r-- | src/manaserv_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manaserv_protocol.h b/src/manaserv_protocol.h index 6225a145..76b5f34d 100644 --- a/src/manaserv_protocol.h +++ b/src/manaserv_protocol.h @@ -24,7 +24,7 @@ namespace ManaServ { -enum { PROTOCOL_VERSION = 0 }; +enum { PROTOCOL_VERSION = 1 }; /** * Enumerated type for communicated messages: |