diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-03-27 20:09:34 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-03-27 20:09:34 +0100 |
commit | 09deb2461c15d514cfaaa02ee78ab2dfc421a3c7 (patch) | |
tree | 6571b0c618dd0e3ffb5c857a555d9a4acc968193 /phpfspot.class.php | |
parent | 33c1f8bce22a28384068c908b909ca7dcd544a1a (diff) |
set version to 1.4
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ↑', |