diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/version.php b/version.php new file mode 100644 index 000000000..557ea5d1c --- /dev/null +++ b/version.php @@ -0,0 +1,8 @@ +<?php + +/** + * Version of this plugin. + * Used for the upgrade system. + */ + +$version = 2010073101; |