diff options
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
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()) { |