Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5188)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5189)
@@ -22,7 +22,10 @@
  2004/10/05: Thomas Bretz
 
-  * mjobs/MJStar.cc:
-    - removed rate cut from eventloop because its highly untested and
-      unstable
+   * mjobs/MJStar.cc:
+     - removed rate cut from eventloop because its highly untested and
+       unstable
+
+   * macros/tar.C:
+     - removed mtemp-directory from tarball
 
 
@@ -30,10 +33,10 @@
  2004/10/05: Markus Meyer and Keiichi Mase
  
-  * mmuon/MMuonSearchPar.[h,cc], mmuon/MMuonCalibPar.[h,cc],
-    mmuon/Makfile, mmuon/MuonLinkDef.h, mmuon/MuonIncl.h:
-    - added: Finally our muon classes are merged and commited.
-      These are container classes and will not work only by themselves.
-      After Thomas's check, we will commit the task classes, then
-      you can use it.
+   * mmuon/MMuonSearchPar.[h,cc], mmuon/MMuonCalibPar.[h,cc],
+     mmuon/Makfile, mmuon/MuonLinkDef.h, mmuon/MuonIncl.h:
+     - added: Finally our muon classes are merged and commited.
+       These are container classes and will not work only by themselves.
+       After Thomas's check, we will commit the task classes, then
+       you can use it.
 
 
@@ -41,6 +44,6 @@
  2004/10/04: Markus Gaug 
  
-  * mjobs/MJPedestal.h
-    - added function SetPedContainerName() 
+   * mjobs/MJPedestal.h
+     - added function SetPedContainerName() 
 
 
Index: /trunk/MagicSoft/Mars/Makefile.conf.general
===================================================================
--- /trunk/MagicSoft/Mars/Makefile.conf.general	(revision 5188)
+++ /trunk/MagicSoft/Mars/Makefile.conf.general	(revision 5189)
@@ -18,5 +18,5 @@
 #   export MARSLIBS="-lX11 -lXpm -L/usr/X11R6/lib"
 #
-DEFINES	 = -DMARSVER=\"0.8.6\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
+DEFINES	 = -DMARSVER=\"\<cvs\>\" -D__MARS__ -DROOTVER=\"$(ROOTVER)\" $(ARCHDEF) $(MARSDEFINES)
 
 CXXFLAGS = $(ROOTCFLAGS) $(INCLUDES) $(OPTIM) $(DEBUG) $(DEFINES)
Index: /trunk/MagicSoft/Mars/macros/tar.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/tar.C	(revision 5188)
+++ /trunk/MagicSoft/Mars/macros/tar.C	(revision 5189)
@@ -55,5 +55,5 @@
     gSystem->cd("..");
 
-    TString cmd = "tar cvf "+name+".tar --exclude=Makefile.depend --exclude=Root --exclude=Tag "+name+"/.rootrc "+name+"/*";
+    TString cmd = "tar cvf "+name+".tar --exclude=Makefile.depend --exclude=Root --exclude=Tag --exclude=mtemp "+name+"/.rootrc "+name+"/*";
 
     cout << "Executing: " << cmd << endl;
