diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-12 11:06:00 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-12 11:06:00 +0100 |
commit | 6fa8b66f5bddfe7a031323f623d066415e95d453 (patch) | |
tree | c19c6b45de654f1d3c1467bf6c6281b5eac0f5ec /phpfspot.class.php | |
parent | c8da52df68d737fde60b0efbdf7f18ec0030481d (diff) |
updated version to 1.3
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 c811720..c06ef24 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -47,7 +47,7 @@ class PHPFSPOT { /* set application name and version information */ $this->cfg->product = "phpfspot"; - $this->cfg->version = "1.2"; + $this->cfg->version = "1.3"; $this->sort_orders= array( 'date_asc' => 'Date ↑', |