From: Axel Beckert Date: Sun, 8 Mar 2009 00:47:54 +0000 (+0000) Subject: Setting the version number to '2.1.2+dev' (because the following code changes probabl... X-Git-Url: https://git.deb.at/w?p=pkg%2Fblosxom.git;a=commitdiff_plain;h=894cf96f4f01e1a724327cc1dc6a9264602663d5 Setting the version number to '2.1.2+dev' (because the following code changes probably will be closer to a 2.1.3 release). --- diff --git a/blosxom.cgi b/blosxom.cgi index a492378..9aaf833 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.2 ($Id: blosxom.cgi,v 1.88 2008/11/13 17:19:51 alfie Exp $) +# Version: 2.1.2 ($Id: blosxom.cgi,v 1.89 2009/03/08 00:47:54 xtaran Exp $) # Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Development/Downloads: http://sourceforge.net/projects/blosxom @@ -188,7 +188,7 @@ use File::stat; use Time::Local; use CGI qw/:standard :netscape/; -$version = "2.1.2"; +$version = "2.1.2+dev"; # Load configuration from $ENV{BLOSXOM_CONFIG_DIR}/blosxom.conf, if it exists my $blosxom_config;