MDL-39143: Version bump and svgfix for ie9

This commit is contained in:
Damyon Wiese 2013-05-06 15:31:52 +08:00
parent 3b8841dda2
commit 881a90c0bb
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" style="overflow:visible;enable-background:new 0 0 16 16;"
xml:space="preserve">
xml:space="preserve" preserveAspectRatio="xMinYMid meet">
<defs>
</defs>
<path style="fill:#999999;" d="M10.5,9.6c0.7-0.2,1.4-0.5,2-0.9c2.5-1.5,4-3.7,3.3-4.9c-0.4-0.8-1.6-1-2.9-0.7

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

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