X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=blosxom.cgi;h=e415d60984c50e6f0596c595632d5a429ebb5546;hb=9cd41cf7b0183b15baa6fcca6cd290b351effeba;hp=674ff10f7a691e686b3d42cad6555ef2b76c3348;hpb=9f94051f5dd9294a6d2a6e474087dd94bf1ebfe4;p=pkg%2Fblosxom.git diff --git a/blosxom.cgi b/blosxom.cgi index 674ff10..e415d60 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -1,8 +1,8 @@ #!/usr/bin/perl # Blosxom -# Author: Rael Dornfest -# Version: 2.0.2 +# Author: Rael Dornfest (2003), The Blosxom Development Team (2005-2008) +# Version: 2.1.0 # Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Development/Downloads: http://sourceforge.net/projects/blosxom @@ -88,7 +88,7 @@ use File::stat; use Time::Local; use CGI qw/:standard :netscape/; -$version = "2.0.2"; +$version = "2.1.0"; # Should I encode entities for xml content-types? (plugins can turn this off if they do it themselves) $encode_xml_entities = 1;