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