Skip to content

Commit 049a093

Browse files
committed
Release 2.3.9
1 parent 42af1f4 commit 049a093

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 3
46-
#define ENET_VERSION_PATCH 8
46+
#define ENET_VERSION_PATCH 9
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.3.8",
3+
"version": "2.3.9",
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)