Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Nov 10, 2024
1 parent 0b1673a commit 477b5bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pawno/include/PawnPlus.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** PawnPlus v1.5 by IS4 **/
/** PawnPlus v1.5.1 by IS4 **/
//github.com/IllidanS4/PawnPlus

#if defined _inc_PawnPlus
Expand All @@ -14,7 +14,7 @@
/* Setup */
/* */

const PP_VERSION = 0x150;
const PP_VERSION = 0x151;

#if defined PP_SYNTAX
#define PP_SYNTAX_AMX_FORKED
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.5"
#define PP_VERSION_NUMBER 0x150
#define PP_VERSION_STRING "v1.5.1"
#define PP_VERSION_NUMBER 0x151

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

0 comments on commit 477b5bd

Please sign in to comment.