From: timriker Date: Mon, 17 May 2004 18:42:19 +0000 (+0000) Subject: if 1.2.0 was in 2002 then surely we are newer than 1.1.0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2ad358b8141d5f074b2867469b46cda99eb002fa;p=infobot.git if 1.2.0 was in 2002 then surely we are newer than 1.1.0 git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@939 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/core.pl b/src/core.pl index 52f06d6..157d3c8 100644 --- a/src/core.pl +++ b/src/core.pl @@ -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] ) );