From 72bde683838fe08c4533ae46a2481a7b42d28c8b Mon Sep 17 00:00:00 2001 From: IllidanS4 Date: Sat, 21 Dec 2019 22:50:10 +0100 Subject: [PATCH] 1.2.1 --- pawno/include/PawnPlus.inc | 2 +- plugins/src/main.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pawno/include/PawnPlus.inc b/pawno/include/PawnPlus.inc index 282e6eb..eaa02c6 100644 --- a/pawno/include/PawnPlus.inc +++ b/pawno/include/PawnPlus.inc @@ -1,4 +1,4 @@ -/** PawnPlus v1.2 by IllidanS4 **/ +/** PawnPlus v1.2.1 by IllidanS4 **/ //github.com/IllidanS4/PawnPlus #if defined _inc_PawnPlus diff --git a/plugins/src/main.h b/plugins/src/main.h index 4b92685..fcd355c 100644 --- a/plugins/src/main.h +++ b/plugins/src/main.h @@ -4,8 +4,8 @@ #include "sdk/amx/amx.h" #include -#define PP_VERSION_STRING "v1.2" -#define PP_VERSION_NUMBER 0x120 +#define PP_VERSION_STRING "v1.2.1" +#define PP_VERSION_NUMBER 0x121 typedef void(*logprintf_t)(const char* format, ...); extern logprintf_t logprintf;