Skip to content

Commit

Permalink
push revision number (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddinat0r committed Mar 27, 2016
1 parent 06e90ed commit f296817
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-4
* MySQL plugin R39-5
*/


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

Expand Down

0 comments on commit f296817

Please sign in to comment.