Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26b770
)
MDL-50349 mod_scorm: Bump version for new WS
author
Andrew Nicols
<andrew@nicols.co.uk>
Wed, 23 Sep 2015 05:40:29 +0000
(13:40 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Wed, 23 Sep 2015 05:40:29 +0000
(13:40 +0800)
mod/scorm/version.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/scorm/version.php
b/mod/scorm/version.php
index
9ba9f13
..
09fc251
100644
(file)
--- a/
mod/scorm/version.php
+++ b/
mod/scorm/version.php
@@
-24,7
+24,7
@@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 201509
1402
; // The current module version (Date: YYYYMMDDXX).
+$plugin->version = 201509
2200
; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2015050500; // Requires this Moodle version.
$plugin->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
$plugin->cron = 300;