Skip to content

Commit 8647b6e

Browse files
committed
Release 2.6.5
1 parent feb9372 commit 8647b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/enet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#define ENET_VERSION_MAJOR 2
4545
#define ENET_VERSION_MINOR 6
46-
#define ENET_VERSION_PATCH 4
46+
#define ENET_VERSION_PATCH 5
4747
#define ENET_VERSION_CREATE(major, minor, patch) (((major)<<16) | ((minor)<<8) | (patch))
4848
#define ENET_VERSION_GET_MAJOR(version) (((version)>>16)&0xFF)
4949
#define ENET_VERSION_GET_MINOR(version) (((version)>>8)&0xFF)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enet.c",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
44
"description": "ENet - Simple, lightweight and reliable UDP networking library written on pure C.",
55
"main": "include/enet.h",
66
"directories": {

0 commit comments

Comments
 (0)