Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Dec 29, 2023
1 parent 9b5b9c0 commit 1d125d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PawnPlus v1.4.1
PawnPlus v1.4.3
==========

_PawnPlus_ extends the possibilities of the Pawn scripting language with new constructs, data types, and programming techniques.
Expand Down
2 changes: 1 addition & 1 deletion pawno/include/PawnPlus.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** PawnPlus v1.4.2 by IS4 **/
/** PawnPlus v1.4.3 by IS4 **/
//github.com/IllidanS4/PawnPlus

#if defined _inc_PawnPlus
Expand Down
4 changes: 2 additions & 2 deletions plugins/src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "sdk/amx/amx.h"
#include <utility>

#define PP_VERSION_STRING "v1.4.2"
#define PP_VERSION_NUMBER 0x142
#define PP_VERSION_STRING "v1.4.3"
#define PP_VERSION_NUMBER 0x143

typedef void(*logprintf_t)(const char* format, ...);
extern logprintf_t logprintf;
Expand Down

0 comments on commit 1d125d4

Please sign in to comment.