From 2ad358b8141d5f074b2867469b46cda99eb002fa Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
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/blootbot@939 c11ca15a-4712-0410-83d8-924469b57eb5
---
 src/core.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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] ) );
-- 
2.39.5