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
(from parent 1:
1e4cb18
)
emergency weekly release
author
Petr Skoda
<commits@skodak.org>
Fri, 4 Feb 2011 08:31:15 +0000
(09:31 +0100)
committer
Petr Skoda
<commits@skodak.org>
Fri, 4 Feb 2011 08:31:15 +0000
(09:31 +0100)
fixes fatal error in mod/workshop and other places caused by missing backwards compatibility with old cminfo stdClass
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
c355740
..
d893cb3
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-32,4
+32,4
@@
defined('MOODLE_INTERNAL') || die();
$version = 2011020200; // YYYYMMDD = date of the last version bump
// XX = daily increments
-$release = '2.0.1+ (Build: 2011020
2
)'; // Human-friendly version name
+$release = '2.0.1+ (Build: 2011020
4
)'; // Human-friendly version name