diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-06-07 17:09:54 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-06-07 17:25:18 +0200 |
commit | 903d4a4d67af041d623f128de85693b0ae7dbfb2 (patch) | |
tree | df198c2f6606d4f82ac217767db5ac9d361fc971 /phpfspot.class.php | |
parent | 18efe997591ff832cd25c7008d4fab87c694242b (diff) |
increase version to 1.6
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 107ce4c..ae58790 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -122,7 +122,7 @@ class PHPFSPOT { /* set application name and version information */ $this->cfg->product = "phpfspot"; - $this->cfg->version = "1.5"; + $this->cfg->version = "1.6"; $this->sort_orders= array( 'date_asc' => 'Date ↑', |