Index: /trunk/MagicSoft/Mars/mreport/MReport.cc
===================================================================
--- /trunk/MagicSoft/Mars/mreport/MReport.cc	(revision 9422)
+++ /trunk/MagicSoft/Mars/mreport/MReport.cc	(revision 9423)
@@ -168,4 +168,5 @@
 //    200604010  | 53863.5 |         |  200605080
 //    200805190  | 54711.5 |         |  200809030
+//    200812040  | 54814.5 |         |  200812140
 //
 Int_t MReport::Interprete(TString &str, const MTime &start, const MTime &stop, Int_t ver)
@@ -204,4 +205,7 @@
         ver=200809030;
 
+    if (ver==200812040 && GetMjd()>54814.5)
+        ver=200812140;
+
     // Interprete body (contents) of report
     const Int_t rc = InterpreteBody(str, ver);
