From 2e7a06dc8704e7d533527f964b5adf092dad4a5a Mon Sep 17 00:00:00 2001 From: "Jack Y. Araz" Date: Wed, 24 May 2023 10:18:17 +0100 Subject: [PATCH] bump the version to 1.10.10 --- bin/ma5 | 4 ++-- tools/SampleAnalyzer/Commons/Base/Configuration.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ma5 b/bin/ma5 index c3abe289..ef6ccab4 100755 --- a/bin/ma5 +++ b/bin/ma5 @@ -68,8 +68,8 @@ sys.path.insert(0, servicedir) # Release version # Do not touch it !!!!! -version = "1.10.9" -date = "2023/02/07" +version = "1.10.10" +date = "2023/05/24" # Loading the MadAnalysis session import madanalysis.core.launcher diff --git a/tools/SampleAnalyzer/Commons/Base/Configuration.cpp b/tools/SampleAnalyzer/Commons/Base/Configuration.cpp index 49bcfd71..d2cd770b 100644 --- a/tools/SampleAnalyzer/Commons/Base/Configuration.cpp +++ b/tools/SampleAnalyzer/Commons/Base/Configuration.cpp @@ -40,8 +40,8 @@ using namespace MA5; // Initializing static data members // ----------------------------------------------------------------------------- // DO NOT TOUCH THESE LINES -const std::string Configuration::sampleanalyzer_version_ = "1.10.9"; -const std::string Configuration::sampleanalyzer_date_ = "2023/02/07"; +const std::string Configuration::sampleanalyzer_version_ = "1.10.10"; +const std::string Configuration::sampleanalyzer_date_ = "2023/05/24"; // DO NOT TOUCH THESE LINES // -----------------------------------------------------------------------------