Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9145)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9146)
@@ -25,4 +25,7 @@
        away from the camera center
      - DeltaPhi replaced by Angle to take declination into account
+
+   * mreport/MReport.cc:
+     - fixed a typo (200805190 instead of 200605190)
 
 
Index: trunk/MagicSoft/Mars/mreport/MReport.cc
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReport.cc	(revision 9145)
+++ trunk/MagicSoft/Mars/mreport/MReport.cc	(revision 9146)
@@ -167,5 +167,5 @@
 //    200510250  | 53813.5 |         |  200603190
 //    200604010  | 53863.5 |         |  200605080
-//    200605190  | 54711.5 |         |  200809030
+//    200805190  | 54711.5 |         |  200809030
 //
 Int_t MReport::Interprete(TString &str, const MTime &start, const MTime &stop, Int_t ver)
@@ -201,5 +201,5 @@
         ver=200605080;
 
-    if (ver==200605190 && GetMjd()>54711.5)
+    if (ver==200805190 && GetMjd()>54711.5)
         ver=200809030;
 
