]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15488, version.php added
authordongsheng <dongsheng>
Mon, 7 Jul 2008 08:36:53 +0000 (08:36 +0000)
committerdongsheng <dongsheng>
Mon, 7 Jul 2008 08:36:53 +0000 (08:36 +0000)
repository/flickr/version.php [new file with mode: 0644]

diff --git a/repository/flickr/version.php b/repository/flickr/version.php
new file mode 100644 (file)
index 0000000..b5a7c3a
--- /dev/null
@@ -0,0 +1,12 @@
+<?php // $Id$
+
+/////////////////////////////////////////////////////////////////////////////////
+///  Code fragment to define the version of repository plug-in (Flickr)
+/////////////////////////////////////////////////////////////////////////////////
+
+$plugin->name     = "Flickr Repository";
+$plugin->version  = 2008062701;  // The current plug-in version (Date: YYYYMMDDXX)
+$plugin->requires = 2007101509;  // The current plug-in version (Date: YYYYMMDDXX)
+$plugin->cron     = 3600;        // Period for cron to check this plug-in (secs)
+
+?>