version: updated VERSION.pm

This commit is contained in:
Pragmatic Software 2011-02-01 00:59:10 +00:00
parent 9e731958b1
commit da8671a9bf
1 changed files with 2 additions and 2 deletions

View File

@ -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;