diff options
-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( |