Skip to content

Commit 9c79bf2

Browse files
committed
Release 2.3.5
1 parent 3069e65 commit 9c79bf2

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
@@ -42,7 +42,7 @@
4242

4343
#define ENET_VERSION_MAJOR 2
4444
#define ENET_VERSION_MINOR 3
45-
#define ENET_VERSION_PATCH 4
45+
#define ENET_VERSION_PATCH 5
4646
#define ENET_VERSION_CREATE(major, minor, patch) (((major)<<16) | ((minor)<<8) | (patch))
4747
#define ENET_VERSION_GET_MAJOR(version) (((version)>>16)&0xFF)
4848
#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.4",
3+
"version": "2.3.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)