]> git.donarmstrong.com Git - infobot.git/commitdiff
bump version with dcc fix
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 17 Feb 2005 02:37:07 +0000 (02:37 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 17 Feb 2005 02:37:07 +0000 (02:37 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1127 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

index eb0b7dec929e77ae5d071fbd8ee00d7d6322aed1..9cdbb255c51c3bf0d5536ba0b3d501f9d8fcd632 100644 (file)
@@ -78,7 +78,7 @@ $nottime      = 0;
 $notsize       = 0;
 $notcount      = 0;
 ###
-$bot_release   = "1.3.2";
+$bot_release   = "1.3.3";
 if ( -d "CVS" ) {
     use POSIX qw(strftime);
     $bot_release       .= strftime(" cvs (%Y%m%d)", gmtime( (stat("CVS"))[9] ) );