Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1bee6
)
MDL-41057 csslib: Adding a version bump to clear css caches
author
Damyon Wiese
<damyon@moodle.com>
Wed, 21 Aug 2013 06:05:43 +0000
(14:05 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Wed, 21 Aug 2013 06:05:43 +0000
(14:05 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
ba61a37
..
492d057
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2013082
0
00.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2013082
1
00.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.