Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurta999 committed Dec 23, 2016
1 parent 4062a10 commit 7f0fdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Scripting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5746,8 +5746,8 @@ AMX_NATIVE_INFO YSINatives [] =
AMX_DEFINE_NATIVE(YSF_GetTickRate)
AMX_DEFINE_NATIVE(YSF_EnableNightVisionFix)
AMX_DEFINE_NATIVE(YSF_IsNightVisionFixEnabled)
AMX_DEFINE_NATIVE(YSF_ToggleOnServerMessage) // R19
AMX_DEFINE_NATIVE(YSF_IsOnServerMessageEnabled) // R19
AMX_DEFINE_NATIVE(YSF_ToggleOnServerMessage) // R18-2
AMX_DEFINE_NATIVE(YSF_IsOnServerMessageEnabled) // R18-2
AMX_DEFINE_NATIVE(YSF_SetExtendedNetStatsEnabled) // R17
AMX_DEFINE_NATIVE(YSF_IsExtendedNetStatsEnabled) // R17
AMX_DEFINE_NATIVE(YSF_SetAFKAccuracy) // R17
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// ------------

#define PROJECT_NAME "YSF"
#define PROJECT_VERSION "R18"
#define PROJECT_VERSION "R18-2"

// ------------
// OS SPECIFICS
Expand Down

0 comments on commit 7f0fdc4

Please sign in to comment.