diff options
Diffstat (limited to 'src')
-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: |