SLikeNet  0.1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
version.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2014, Oculus VR, Inc.
3  * All rights reserved.
4  *
5  * This source code is licensed under the BSD-style license found in the
6  * RakNet License.txt file in the licenses directory of this source tree. An additional grant
7  * of patent rights can be found in the RakNet Patents.txt file in the same directory.
8  *
9  *
10  * Modified work: Copyright (c) 2017-2019, SLikeSoft UG (haftungsbeschränkt)
11  *
12  * This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
13  * license found in the license.txt file in the root directory of this source tree.
14  */
15 
16 // Defines kept here for backwards compatibility with RAKNET 4.081/4.082.
17 // Usage of these defines is deprecated. Please switch to using SLIKENET version defines.
18 #define RAKNET_VERSION "4.082"
19 #define RAKNET_VERSION_NUMBER 4.082
20 #define RAKNET_VERSION_NUMBER_INT 4082
21 #define RAKNET_DATE "7/26/2017"
22 
23 #define SLIKENET_VERSION "0.1.3"
24 #define SLIKENET_VERSION_NUMBER 0.1.3
25 #define SLIKENET_VERSION_NUMBER_INT 000103
26 #define SLIKENET_DATE "23/08/2019"
27 
28 // What compatible protocol version RakNet is using. When this value changes, it indicates this version of RakNet cannot connection to an older version.
29 // ID_INCOMPATIBLE_PROTOCOL_VERSION will be returned on connection attempt in this case
30 #define RAKNET_PROTOCOL_VERSION 6