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:
eeb6b78
)
MDL-42942 behat: increment version
author
Dan Poltawski
<dan@moodle.com>
Wed, 27 Nov 2013 03:33:11 +0000
(11:33 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 27 Nov 2013 03:33:11 +0000
(11:33 +0800)
admin/tool/behat/version.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/behat/version.php
b/admin/tool/behat/version.php
index
b750aa7
..
12b96cd
100644
(file)
--- a/
admin/tool/behat/version.php
+++ b/
admin/tool/behat/version.php
@@
-24,6
+24,6
@@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 201311050
0
;
+$plugin->version = 201311050
1
;
$plugin->requires = 2013110500; // Requires Moodle 2.5.
$plugin->component = 'tool_behat';