diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-08-18 06:10:24 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-08-18 06:14:51 +0200 |
commit | 88e26f8f6bdc9dcb443759ec2781f343146bb889 (patch) | |
tree | 1acc716fd123ab8a7077b39cdd31d43d7184c853 /phpfspot.class.php | |
parent | 6198d8ac0ce0623ebb56dba2fed19e4e759682c0 (diff) |
increase version to 1.7
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 5d35210..f54a5d6 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.6"; + $this->cfg->version = "1.7"; $this->cfg->db_version = 2; $this->sort_orders= array( |