From 0c56527da0ca1fd046853c3ca24c2cfd1c1c6a86 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 19 Jun 2010 17:37:48 +0000 Subject: [PATCH] Removed extra logging information --- PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index f03d3f40..75c10341 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -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;