Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-11-25 21:27:46 +0000
committerStijn Buys <ingar@osirion.org>2012-11-25 21:27:46 +0000
commit0d9a69607e7538dc46e685ef8e18b5fa343b6241 (patch)
tree7434054a259c6af1b0b77e1c4443ff9b511f4ad4 /src/core
parent47c1069cd2cb6ff34ea93c1f395c5e1bdd9f1432 (diff)
Bump network protocol version to 25.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net.h b/src/core/net.h
index 0e36806..47da3e7 100644
--- a/src/core/net.h
+++ b/src/core/net.h
@@ -11,7 +11,7 @@ namespace core
{
/// network protocol version
-const unsigned int PROTOCOLVERSION = 24;
+const unsigned int PROTOCOLVERSION = 25;
/// maximum lenght of a (compressed) network message block
const unsigned int FRAMESIZE = 1152;