From: Kevin Scaldeferri Date: Mon, 17 Jul 2006 17:31:59 +0000 (+0000) Subject: bump version number X-Git-Tag: debian/2.1.2-2~117 X-Git-Url: https://git.deb.at/?p=pkg%2Fblosxom.git;a=commitdiff_plain;h=edb54ed7d5e10af1809cc06ef469e9af82e0c52f bump version number --- 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;