Skip to content

Commit 1d125d4

Browse files
committed
version update
1 parent 9b5b9c0 commit 1d125d4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PawnPlus v1.4.1
1+
PawnPlus v1.4.3
22
==========
33

44
_PawnPlus_ extends the possibilities of the Pawn scripting language with new constructs, data types, and programming techniques.

pawno/include/PawnPlus.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** PawnPlus v1.4.2 by IS4 **/
1+
/** PawnPlus v1.4.3 by IS4 **/
22
//github.com/IllidanS4/PawnPlus
33

44
#if defined _inc_PawnPlus

plugins/src/main.h

Lines changed: 2 additions & 2 deletions
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.4.2"
8-
#define PP_VERSION_NUMBER 0x142
7+
#define PP_VERSION_STRING "v1.4.3"
8+
#define PP_VERSION_NUMBER 0x143
99

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

0 commit comments

Comments
 (0)