From f1e7031718ccf4c200bd2ae0583c0732264837d3 Mon Sep 17 00:00:00 2001 From: timriker Date: Mon, 17 May 2004 18:42:19 +0000 Subject: [PATCH] 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@939 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index 52f06d6..157d3c8 100644 --- a/blootbot/src/core.pl +++ b/blootbot/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] ) ); -- 2.39.5