Skip to content

Commit

Permalink
Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed May 6, 2018
1 parent 8c1deff commit 2a71eae
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 110
#define PAWNRAKNET_INCLUDE_VERSION 120

enum PR_HandlerType
{
Expand Down
2 changes: 1 addition & 1 deletion src/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Settings {
constexpr char
*kPluginName = "Pawn.RakNet",
*kPluginVersion = "1.1.0",
*kPluginVersion = "1.2.0",
*kConfigFile = "plugins/pawnraknet.cfg",
*kPublicVarNameVersion = "_pawnraknet_version",
*kPublicVarNameIsGamemode = "_pawnraknet_is_gamemode",
Expand Down

0 comments on commit 2a71eae

Please sign in to comment.