From: Andreas Unterkircher Date: Thu, 27 Mar 2008 19:09:34 +0000 (+0100) Subject: set version to 1.4 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=09deb2461c15d514cfaaa02ee78ab2dfc421a3c7;hp=33c1f8bce22a28384068c908b909ca7dcd544a1a set version to 1.4 Signed-off-by: Andreas Unterkircher --- diff --git a/phpfspot.class.php b/phpfspot.class.php index 3e1bcee..76c6ba8 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -54,7 +54,7 @@ class PHPFSPOT { /* set application name and version information */ $this->cfg->product = "phpfspot"; - $this->cfg->version = "1.3"; + $this->cfg->version = "1.4"; $this->sort_orders= array( 'date_asc' => 'Date ↑',