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:
cbb9e9b
)
MDL-25310 backup - Bump!
author
Eloy Lafuente
<stronk7@moodle.org>
Thu, 18 Nov 2010 21:35:40 +0000
(21:35 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Thu, 18 Nov 2010 21:35:40 +0000
(21:35 +0000)
backup/backup.class.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/backup.class.php
b/backup/backup.class.php
index
d1d364a
..
936ff8a
100644
(file)
--- a/
backup/backup.class.php
+++ b/
backup/backup.class.php
@@
-107,8
+107,8
@@
abstract class backup implements checksumable {
const OPERATION_RESTORE ='restore';// We are performing one restore
// Version (to keep CFG->backup_version (and release) updated automatically)
- const VERSION = 20101
010
00;
- const RELEASE = '2.0
RC2
';
+ const VERSION = 20101
118
00;
+ const RELEASE = '2.0';
}
/*