summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-03-27 20:09:34 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-03-27 20:09:34 +0100
commit09deb2461c15d514cfaaa02ee78ab2dfc421a3c7 (patch)
tree6571b0c618dd0e3ffb5c857a555d9a4acc968193
parent33c1f8bce22a28384068c908b909ca7dcd544a1a (diff)
set version to 1.4
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r--phpfspot.class.php2
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 &uarr;',