Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Sep 12, 2021
1 parent a27e240 commit 89b6361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pawn.CMD.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2))
#endif

#define PAWNCMD_VERSION PACK_PLUGIN_VERSION(3, 3, 4)
#define PAWNCMD_VERSION PACK_PLUGIN_VERSION(3, 3, 5)
#define PAWNCMD_INCLUDE_VERSION PAWNCMD_VERSION // backward compatibility

#if !defined __cplusplus
Expand Down

0 comments on commit 89b6361

Please sign in to comment.