X-Git-Url: https://git.deb.at/w?p=pkg%2Fblosxom.git;a=blobdiff_plain;f=blosxom.cgi;h=712b8e2bd4795984e9cb90d8af85a6c1530478d2;hp=44edf47264a4f5e195eb910a2c0a8a7745b397a4;hb=aacc432f8e6ad1c19d9f689b64cc72858155f7c8;hpb=a26eb1e0747bd1a3fca04a7aea603232b9793375 diff --git a/blosxom.cgi b/blosxom.cgi index 44edf47..712b8e2 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -2,7 +2,7 @@ # Blosxom # Author: Rael Dornfest (2002-2003), The Blosxom Development Team (2005-2008) -# Version: 2.1.1 ($Id: blosxom.cgi,v 1.84 2008/10/02 01:05:34 xtaran Exp $) +# Version: 2.1.2 ($Id: blosxom.cgi,v 1.85 2008/10/02 01:09:41 xtaran Exp $) # Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Development/Downloads: http://sourceforge.net/projects/blosxom @@ -91,7 +91,7 @@ use File::stat; use Time::Local; use CGI qw/:standard :netscape/; -$version = "2.1.1"; +$version = "2.1.2"; # Load configuration from $ENV{BLOSXOM_CONFIG_DIR}/blosxom.conf, if it exists my $blosxom_config;