Skip to content

Commit

Permalink
Update to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Feb 25, 2019
1 parent a33df3c commit 64ec355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pawn.RakNet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#if !defined PAWNRAKNET_INC_
#define PAWNRAKNET_INC_

#define PAWNRAKNET_INCLUDE_VERSION 120
#define PAWNRAKNET_INCLUDE_VERSION 130

#define PR_MAX_HANDLERS 255

Expand Down
2 changes: 1 addition & 1 deletion src/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
namespace Settings {
constexpr char
*kPluginName = "Pawn.RakNet",
*kPluginVersion = "1.2.0",
*kPluginVersion = "1.3.0",
*kConfigFile = "plugins/pawnraknet.cfg",
*kPublicVarNameVersion = "_pawnraknet_version",
*kRegHandlerPublicRegExp = R"(^pr_r(?:ir|ip|or|op)_\w+$)",
Expand Down

0 comments on commit 64ec355

Please sign in to comment.