diff --git a/bin/ma5 b/bin/ma5 index 88ad1705..d41b2a7f 100755 --- a/bin/ma5 +++ b/bin/ma5 @@ -67,7 +67,7 @@ sys.path.insert(0, servicedir) # Release version # Do not touch it !!!!! -version = "2.0.3" +version = "2.0.4" date = "2022/07/18" # Loading the MadAnalysis session diff --git a/tools/SampleAnalyzer/Commons/Base/Configuration.cpp b/tools/SampleAnalyzer/Commons/Base/Configuration.cpp index 4ddbf58a..45a918ae 100644 --- a/tools/SampleAnalyzer/Commons/Base/Configuration.cpp +++ b/tools/SampleAnalyzer/Commons/Base/Configuration.cpp @@ -40,7 +40,7 @@ using namespace MA5; // Initializing static data members // ----------------------------------------------------------------------------- // DO NOT TOUCH THESE LINES -const std::string Configuration::sampleanalyzer_version_ = "2.0.3"; +const std::string Configuration::sampleanalyzer_version_ = "2.0.4"; const std::string Configuration::sampleanalyzer_date_ = "2022/07/18"; // DO NOT TOUCH THESE LINES