3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-03 02:29:32 +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 # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 287, BUILD_REVISION => 290,
BUILD_DATE => "2011-01-29", BUILD_DATE => "2011-01-31",
}; };
1; 1;