From 415c79abcc119ed5986ec8a12c0d08f7a77d592a Mon Sep 17 00:00:00 2001 From: David Monllao Date: Fri, 13 Nov 2015 07:49:39 +0800 Subject: [PATCH] MDL-52071 webservices: Bump version to update services --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8077d2a610c..d2846c268dc 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2015111000.01; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2015111000.02; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.