~ubuntu-branches/ubuntu/trusty/moodle/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/editor/tinymce/version.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-09-09 15:22:35 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130909152235-d9njbvgugzm380an
Tags: 2.5.2-1
* New upstream version: 2.5.2.
  - Incorporates S3 security patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
defined('MOODLE_INTERNAL') || die();
26
26
 
27
 
$plugin->version   = 2013050100;        // The current plugin version (Date: YYYYMMDDXX)
 
27
$plugin->version   = 2013050101;        // The current plugin version (Date: YYYYMMDDXX)
28
28
$plugin->requires  = 2013050100;        // Requires this Moodle version
29
29
$plugin->component = 'editor_tinymce';  // Full name of the plugin (used for diagnostics)
30
30
$plugin->release   = '3.5.8';           // This is NOT a directory name, see lib.php if you need to know where is the editor code!