Skip to content

Commit

Permalink
It is time
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Apr 20, 2019
1 parent c4ced57 commit 5175663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pawno/include/PawnPlus.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** PawnPlus v1.0.0-pre4 by IllidanS4 **/
/** PawnPlus v1.0.0 by IllidanS4 **/
//github.com/IllidanS4/PawnPlus

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

const PP_VERSION = 0x100;

#if defined PP_SYNTAX
#define PP_SYNTAX_AMX_FORKED
#define PP_SYNTAX_@
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.0.0-pre4"
#define PP_VERSION_NUMBER 101
#define PP_VERSION_STRING "v1.0.0"
#define PP_VERSION_NUMBER 0x100

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

0 comments on commit 5175663

Please sign in to comment.