Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Oct 29, 2018
1 parent bd64978 commit de52568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PawnPlus v0.10
PawnPlus v0.10.1
==========

_PawnPlus_ extends the possibilities of the Pawn scripting language with new constructs, data types, and programming techniques.
Expand Down
2 changes: 1 addition & 1 deletion pawno/include/PawnPlus.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** PawnPlus v0.10 by IllidanS4 **/
/** PawnPlus v0.10.1 by IllidanS4 **/
//github.com/IllidanS4/PawnPlus

#if defined _inc_PawnPlus
Expand Down
4 changes: 2 additions & 2 deletions plugins/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
}
);

logprintf(" PawnPlus v0.10 loaded");
logprintf(" PawnPlus v0.10.1 loaded");
logprintf(" Created by IllidanS4");
return true;
}
Expand All @@ -59,7 +59,7 @@ PLUGIN_EXPORT void PLUGIN_CALL Unload()

Hooks::Unregister();

logprintf(" PawnPlus v0.10 unloaded");
logprintf(" PawnPlus v0.10.1 unloaded");
}

PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx)
Expand Down

0 comments on commit de52568

Please sign in to comment.