- fixing froxlor_graphic-setting for new installations (.png => .gif)

- setting version number to 0.9.1
This commit is contained in:
Michael Kaufmann (d00p)
2010-02-11 21:32:19 +00:00
parent 75f37de29b
commit 2a7d6c5d88
3 changed files with 14 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ define('PACKAGE_ENABLED', 2);
// VERSION INFO
$version = '0.9';
$version = '0.9.1';
$dbversion = '2';
?>