]> git.donarmstrong.com Git - infobot.git/commitdiff
if 1.2.0 was in 2002 then surely we are newer than 1.1.0
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 17 May 2004 18:42:19 +0000 (18:42 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 17 May 2004 18:42:19 +0000 (18:42 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@939 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

index 52f06d691ca09b372f560e8dd065da287910930f..157d3c8e750410e1af877bec39cb000f427310f7 100644 (file)
@@ -78,7 +78,7 @@ $nottime      = 0;
 $notsize       = 0;
 $notcount      = 0;
 ###
-$bot_release   = "1.1.0";
+$bot_release   = "1.3.1";
 if ( -d "CVS" ) {
     use POSIX qw(strftime);
     $bot_release       .= strftime(" cvs (%Y%m%d)", gmtime( (stat("CVS"))[9] ) );