We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1673a commit 477b5bdCopy full SHA for 477b5bd
pawno/include/PawnPlus.inc
@@ -1,4 +1,4 @@
1
-/** PawnPlus v1.5 by IS4 **/
+/** PawnPlus v1.5.1 by IS4 **/
2
//github.com/IllidanS4/PawnPlus
3
4
#if defined _inc_PawnPlus
@@ -14,7 +14,7 @@
14
/* Setup */
15
/* */
16
17
-const PP_VERSION = 0x150;
+const PP_VERSION = 0x151;
18
19
#if defined PP_SYNTAX
20
#define PP_SYNTAX_AMX_FORKED
plugins/src/main.h
@@ -4,8 +4,8 @@
#include "sdk/amx/amx.h"
5
#include <utility>
6
7
-#define PP_VERSION_STRING "v1.5"
8
-#define PP_VERSION_NUMBER 0x150
+#define PP_VERSION_STRING "v1.5.1"
+#define PP_VERSION_NUMBER 0x151
9
10
typedef void(*logprintf_t)(const char* format, ...);
11
extern logprintf_t logprintf;
0 commit comments