summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-08-18 14:13:54 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-08-18 14:13:54 +0000
commit06bcf89807602e1c0cb0b4e26e78f9a21a652ec0 (patch)
tree574cc7e534ac279ea6ad4063a2e795272ec67cb1
parent2fbd6c62b2a288110c3ca6fb6d0746fa289c2634 (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.dist2
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";