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 | |
parent | 6198d8ac0ce0623ebb56dba2fed19e4e759682c0 (diff) |
increase version to 1.7
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | phpfspot.class.php | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +phpfspot (1.7) + + * feature, F-Spot photo versioning + + -- Andreas Unterkircher <unki@netshadow.at> Fri, 18 Aug 2008 06:09:00 +0200 + phpfspot (1.6) * bug, sort-by rates if all photos of the library are displayed works now. @@ -1,5 +1,5 @@ Package Name: phpfspot -Version: 1.6 +Version: 1.7 Author: Andreas Unterkircher <unki@netshadow.at> Website: http://oss.netshadow.at Desc: dynamic PHP gallery for F-Spot 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( |