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

summaryrefslogtreecommitdiff
path: root/source/core
diff options
context:
space:
mode:
authorWasabiRaptor <ketchupraptor@gmail.com>2025-05-18 20:05:41 -0400
committerWasabiRaptor <ketchupraptor@gmail.com>2025-05-18 20:05:41 -0400
commit0bf17a8dc4a4e7c7c1b763a2e12ac0de27caff1a (patch)
treed29eb44ec5e7887fe1a2ab521254ff0230b5ba2f /source/core
parentda281a0c5286014f952b5a8ce2f346f99c114089 (diff)
big feature expansion
Diffstat (limited to 'source/core')
-rw-r--r--source/core/StarDataStream.cpp2
-rw-r--r--source/core/StarNetCompatibility.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/core/StarDataStream.cpp b/source/core/StarDataStream.cpp
index 13bd2c0..1bc1071 100644
--- a/source/core/StarDataStream.cpp
+++ b/source/core/StarDataStream.cpp
@@ -6,7 +6,7 @@
namespace Star {
-unsigned const CurrentStreamVersion = 7; // update OpenProtocolVersion too!
+unsigned const CurrentStreamVersion = 8; // update OpenProtocolVersion too!
DataStream::DataStream()
: m_byteOrder(ByteOrder::BigEndian),
diff --git a/source/core/StarNetCompatibility.cpp b/source/core/StarNetCompatibility.cpp
index 37eef95..87e2e1c 100644
--- a/source/core/StarNetCompatibility.cpp
+++ b/source/core/StarNetCompatibility.cpp
@@ -2,6 +2,6 @@
namespace Star {
-VersionNumber const OpenProtocolVersion = 7; // update StreamCompatibilityVersion too!
+VersionNumber const OpenProtocolVersion = 8; // update StreamCompatibilityVersion too!
-} \ No newline at end of file
+}