Skip to content

Commit 477b5bd

Browse files
committed
1.5.1
1 parent 0b1673a commit 477b5bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pawno/include/PawnPlus.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** PawnPlus v1.5 by IS4 **/
1+
/** PawnPlus v1.5.1 by IS4 **/
22
//github.com/IllidanS4/PawnPlus
33

44
#if defined _inc_PawnPlus
@@ -14,7 +14,7 @@
1414
/* Setup */
1515
/* */
1616

17-
const PP_VERSION = 0x150;
17+
const PP_VERSION = 0x151;
1818

1919
#if defined PP_SYNTAX
2020
#define PP_SYNTAX_AMX_FORKED

plugins/src/main.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include "sdk/amx/amx.h"
55
#include <utility>
66

7-
#define PP_VERSION_STRING "v1.5"
8-
#define PP_VERSION_NUMBER 0x150
7+
#define PP_VERSION_STRING "v1.5.1"
8+
#define PP_VERSION_NUMBER 0x151
99

1010
typedef void(*logprintf_t)(const char* format, ...);
1111
extern logprintf_t logprintf;

0 commit comments

Comments
 (0)