From da8671a9bf1a7dd5719c156d174d5baa222a7e8f Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 1 Feb 2011 00:59:10 +0000 Subject: [PATCH] version: updated VERSION.pm --- PBot/VERSION.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index a05c5a17..4639359d 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 => 287, - BUILD_DATE => "2011-01-29", + BUILD_REVISION => 290, + BUILD_DATE => "2011-01-31", }; 1;