From 36719d4ade942de6c2b2a83719ff19bf12cf8ee8 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 21 Aug 2013 14:05:43 +0800 Subject: [PATCH] MDL-41057 csslib: Adding a version bump to clear css caches --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ba61a375715..492d05768f2 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013082000.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2013082100.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -- 2.43.0