File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ public static class Library
11281128 public const uint timeoutLimit = 32 ;
11291129 public const uint timeoutMinimum = 5000 ;
11301130 public const uint timeoutMaximum = 30000 ;
1131- public const uint version = ( 2 << 16 ) | ( 4 << 8 ) | ( 7 ) ;
1131+ public const uint version = ( 2 << 16 ) | ( 4 << 8 ) | ( 8 ) ;
11321132
11331133 public static uint Time
11341134 {
Original file line number Diff line number Diff line change 3333
3434#define ENET_VERSION_MAJOR 2
3535#define ENET_VERSION_MINOR 4
36- #define ENET_VERSION_PATCH 7
36+ #define ENET_VERSION_PATCH 8
3737#define ENET_VERSION_CREATE (major , minor , patch ) (((major) << 16) | ((minor) << 8) | (patch))
3838#define ENET_VERSION_GET_MAJOR (version ) (((version) >> 16) & 0xFF)
3939#define ENET_VERSION_GET_MINOR (version ) (((version) >> 8) & 0xFF)
You can’t perform that action at this time.
0 commit comments