summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-11-25 07:57:18 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-11-25 07:57:18 +0000
commit40fa5245b85df31ca4453c3ddc8ec37f7ed3122d (patch)
tree511fbf63084c28f942d4727c761064384d74fb7f /phpfspot.class.php
parentba2bd867f7c0d549761efd0677abdea919212b99 (diff)
updated version to 1.2
added credits for arun patch regarding show_tags git-svn-id: file:///var/lib/svn/phpfspot/trunk@307 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index 15697ad..61b01c0 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -46,7 +46,7 @@ class PHPFSPOT {
/* set application name and version information */
$this->cfg->product = "phpfspot";
- $this->cfg->version = "1.1";
+ $this->cfg->version = "1.2";
/* Check necessary requirements */
if(!$this->checkRequirements()) {