Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
maddinat0r committed Nov 13, 2015
1 parent 7a504ac commit c253a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a_mysql.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* MySQL plugin R39-3
* MySQL plugin R39-4
*/


Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)

CLog::Get()->Initialize("mysql_log.txt");

logprintf(" >> plugin.mysql: R39-3 successfully loaded.");
logprintf(" >> plugin.mysql: R39-4 successfully loaded.");
return true;
}

Expand Down

0 comments on commit c253a81

Please sign in to comment.