Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Dec 21, 2019
1 parent 94e0ee5 commit 72bde68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2 by IllidanS4 **/
/** PawnPlus v1.2.1 by IllidanS4 **/
//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.2"
#define PP_VERSION_NUMBER 0x120
#define PP_VERSION_STRING "v1.2.1"
#define PP_VERSION_NUMBER 0x121

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

0 comments on commit 72bde68

Please sign in to comment.