From 568e2b951947744571d0e242e28a6f07cacd6794 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 30 Dec 2024 20:02:49 +0300 Subject: [PATCH] Update plugin version --- src/Pawn.RakNet.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pawn.RakNet.inc b/src/Pawn.RakNet.inc index 083aade..75a59fe 100644 --- a/src/Pawn.RakNet.inc +++ b/src/Pawn.RakNet.inc @@ -29,7 +29,7 @@ #define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2)) #endif - #define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 6, 0) + #define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 6, 1) #define PAWNRAKNET_INCLUDE_VERSION PAWNRAKNET_VERSION // backward compatibility #define PR_MAX_HANDLERS 256