3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Removed extra logging information

This commit is contained in:
Pragmatic Software 2010-06-19 17:37:48 +00:00
parent 3aa0982baf
commit 0c56527da0

View File

@ -13,8 +13,8 @@ use warnings;
# These are set automatically by the build/commit script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 177,
BUILD_DATE => "2010-06-18",
BUILD_REVISION => 179,
BUILD_DATE => "2010-06-19",
};
1;