diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-08-18 14:13:54 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-08-18 14:13:54 +0000 |
commit | 06bcf89807602e1c0cb0b4e26e78f9a21a652ec0 (patch) | |
tree | 574cc7e534ac279ea6ad4063a2e795272ec67cb1 | |
parent | 2fbd6c62b2a288110c3ca6fb6d0746fa289c2634 (diff) |
changed version number to 1.0
git-svn-id: file:///var/lib/svn/phpfspot/trunk@268 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot_cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 5b70c99..e3bb645 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -26,7 +26,7 @@ class PHPFSPOT_CFG { var $page_title = "phpfspot - dynamic PHP gallery for F-Spot"; var $product = "phpfspot"; - var $version = "0.1"; + var $version = "1.0"; var $base_path = "/var/www/htdocs"; |