Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Sep 11, 2021
1 parent e35b5c0 commit 37a74a4
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, 4, 1)
#define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 5, 0)
#define PAWNRAKNET_INCLUDE_VERSION PAWNRAKNET_VERSION // backward compatibility

#define PR_MAX_HANDLERS 256
Expand Down

0 comments on commit 37a74a4

Please sign in to comment.