Merge branch 'MDL-52399-master' of git://github.com/jleyva/moodle

This commit is contained in:
Dan Poltawski 2015-12-21 12:45:30 +00:00
commit 07f8dd4314
2 changed files with 2 additions and 1 deletions

View File

@ -1173,6 +1173,7 @@ $services = array(
'core_user_get_users_by_id',
'core_webservice_get_site_info',
'core_notes_create_notes',
'core_notes_delete_notes',
'core_user_get_course_user_profiles',
'core_message_send_instant_messages',
'mod_assign_get_grades',

View File

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2015121800.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2015122100.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.