Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/StarDataStream.cpp2
-rw-r--r--source/core/StarNetCompatibility.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/core/StarDataStream.cpp b/source/core/StarDataStream.cpp
index 2688123..13bd2c0 100644
--- a/source/core/StarDataStream.cpp
+++ b/source/core/StarDataStream.cpp
@@ -6,7 +6,7 @@
namespace Star {
-unsigned const CurrentStreamVersion = 6; // update OpenProtocolVersion too!
+unsigned const CurrentStreamVersion = 7; // update OpenProtocolVersion too!
DataStream::DataStream()
: m_byteOrder(ByteOrder::BigEndian),
diff --git a/source/core/StarNetCompatibility.cpp b/source/core/StarNetCompatibility.cpp
index 220e31e..37eef95 100644
--- a/source/core/StarNetCompatibility.cpp
+++ b/source/core/StarNetCompatibility.cpp
@@ -2,6 +2,6 @@
namespace Star {
-VersionNumber const OpenProtocolVersion = 6; // update StreamCompatibilityVersion too!
+VersionNumber const OpenProtocolVersion = 7; // update StreamCompatibilityVersion too!
} \ No newline at end of file