Skip to content

Commit

Permalink
pushed revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
maddinat0r committed Dec 23, 2014
1 parent 7111044 commit c2776ab
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
* MySQL plugin R39-2
*/


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 successfully loaded.");
logprintf(" >> plugin.mysql: R39-2 successfully loaded.");
return true;
}

Expand Down

0 comments on commit c2776ab

Please sign in to comment.