Browse Source

Net protocol 7

Future releases will allow only netprotocol 7 (introduced on release 3.0.0)
PascalCoin 7 years ago
parent
commit
4f0e67601e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/UConst.pas

+ 1 - 1
src/core/UConst.pas

@@ -102,7 +102,7 @@ Const
 
 
   CT_MagicNetIdentification = {$IFDEF PRODUCTION}$0A043580{$ELSE}$03000040{$ENDIF}; // Unix timestamp 168048000 ... It's Albert birthdate!
   CT_MagicNetIdentification = {$IFDEF PRODUCTION}$0A043580{$ELSE}$03000040{$ENDIF}; // Unix timestamp 168048000 ... It's Albert birthdate!
 
 
-  CT_NetProtocol_Version: Word = $0006; // Version 2.1.2 only allows net protocol 6 (Introduced on 2.0.0)
+  CT_NetProtocol_Version: Word = $0007; // Version 3.0.2 only allows net protocol 7 (Introduced on 3.0.0)
   // IMPORTANT NOTE!!!
   // IMPORTANT NOTE!!!
   // NetProtocol_Available MUST BE always >= NetProtocol_version
   // NetProtocol_Available MUST BE always >= NetProtocol_version
   CT_NetProtocol_Available: Word = $0007;  // Remember, >= NetProtocol_version !!!
   CT_NetProtocol_Available: Word = $0007;  // Remember, >= NetProtocol_version !!!