Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8032)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8033)
@@ -41,4 +41,7 @@
    * Makefile:
      - fixed a type in rmcondor
+
+   * mars-config:
+     - changed "--mars-ver" to "--version" as in root-config
 
 
Index: trunk/MagicSoft/Mars/mars-config.cc
===================================================================
--- trunk/MagicSoft/Mars/mars-config.cc	(revision 8032)
+++ trunk/MagicSoft/Mars/mars-config.cc	(revision 8033)
@@ -14,5 +14,5 @@
     cout << "  --root-ver  Show root version which were used for compilation." << endl;
     cout << "              To be compared with the output of \"root-config --version\"" << endl;
-    cout << "  --mars-ver  Show mars version." << endl;
+    cout << "  --version   Show mars version." << endl;
     cout << endl;
     cout << "Only one command line option is allowed." << endl;
@@ -30,5 +30,5 @@
     if (!strcmp(argv[1], "--root-ver"))
         cout << ROOT_RELEASE << endl;
-    if (!strcmp(argv[1], "--mars-ver"))
+    if (!strcmp(argv[1], "--version"))
         cout << MARSVER << endl;
 
