From edb54ed7d5e10af1809cc06ef469e9af82e0c52f Mon Sep 17 00:00:00 2001 From: Kevin Scaldeferri Date: Mon, 17 Jul 2006 17:31:59 +0000 Subject: [PATCH] bump version number --- blosxom.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blosxom.cgi b/blosxom.cgi index a979a0d..4005c8c 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -2,7 +2,7 @@ # Blosxom # Author: Rael Dornfest -# Version: 2.0.1 +# Version: 2.0.2 # Home/Docs/Licensing: http://www.blosxom.com/ # Development/Downloads: http://sourceforge.net/projects/blosxom @@ -76,7 +76,7 @@ use File::stat; use Time::localtime; use CGI qw/:standard :netscape/; -$version = "2.0"; +$version = "2.0.2"; my $fh = new FileHandle; -- 2.30.2