Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis authored Dec 30, 2024
1 parent 1ea35b7 commit 568e2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pawn.RakNet.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 PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 6, 0)
#define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 6, 1)
#define PAWNRAKNET_INCLUDE_VERSION PAWNRAKNET_VERSION // backward compatibility

#define PR_MAX_HANDLERS 256
Expand Down

0 comments on commit 568e2b9

Please sign in to comment.