Skip to content

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Sep 12, 2017
1 parent 8f6b4c0 commit 0ec1685
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 101
#define PAWNRAKNET_INCLUDE_VERSION 102

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.0.1",
*kPluginVersion = "1.0.2",
*kConfigFile = "plugins/pawnraknet.cfg",
*kPublicVarNameVersion = "_pawnraknet_version",
*kPublicVarNameIsGamemode = "_pawnraknet_is_gamemode",
Expand Down

0 comments on commit 0ec1685

Please sign in to comment.