3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 11:59:43 +01:00

version: updated VERSION.pm

This commit is contained in:
Pragmatic Software 2011-02-01 00:59:10 +00:00
parent 9e731958b1
commit da8671a9bf

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;