From 5988431f5fe94b637a26c902d16a34a7ffdfb69b Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Mon, 3 Sep 2012 13:39:00 +0000
Subject: [PATCH] removed versions

---
 fslcc.cc     | 2 +-
 fslmeants.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fslcc.cc b/fslcc.cc
index 13626f1..1bd2731 100755
--- a/fslcc.cc
+++ b/fslcc.cc
@@ -69,7 +69,7 @@ int fmrib_main(int argc, char *argv[])
 
 int main(int argc,char *argv[])
 {
-  string title("fslcc (Version 1.2)");
+  string title("fslcc");
   string examples("fslcc [options] <first_input> <second_input> ");
   OptionParser options(title, examples);
 
diff --git a/fslmeants.cc b/fslmeants.cc
index df8fdde..4f85144 100644
--- a/fslmeants.cc
+++ b/fslmeants.cc
@@ -23,7 +23,7 @@ using namespace Utilities;
 // The two strings below specify the title and example usage that is
 //  printed out as the help or usage message
 
-string title="fslmeants (Version 1.2)\nCopyright(c) 2004-2009, University of Oxford (Mark Jenkinson, Christian F. Beckmann)\nPrints average timeseries (intensities) to the screen (or saves to a file).\nThe average is taken over all voxels in the mask (or all voxels in the image if no mask is specified).\n";
+string title="fslmeants\nCopyright(c) 2004-2009, University of Oxford (Mark Jenkinson, Christian F. Beckmann)\nPrints average timeseries (intensities) to the screen (or saves to a file).\nThe average is taken over all voxels in the mask (or all voxels in the image if no mask is specified).\n";
 string examples="fslmeants -i filtered_func_data -o meants.txt -m my_mask\nfslmeants -i filtered_func_data -m my_mask\nfslmeants -i filtered_func_data -c 24 19 10";
 
 // Each (global) object below specificies as option and can be accessed
-- 
GitLab