File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tools/SampleAnalyzer/Commons/Base Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ sys.path.insert(0, servicedir)
6868
6969# Release version
7070# Do not touch it !!!!!
71- version = "1.10.10 "
72- date = "2023/05/24 "
71+ version = "1.10.11 "
72+ date = "2023/08/18 "
7373
7474# Loading the MadAnalysis session
7575import madanalysis .core .launcher
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ using namespace MA5;
4040// Initializing static data members
4141// -----------------------------------------------------------------------------
4242// DO NOT TOUCH THESE LINES
43- const std::string Configuration::sampleanalyzer_version_ = " 1.10.10 " ;
44- const std::string Configuration::sampleanalyzer_date_ = " 2023/05/24 " ;
43+ const std::string Configuration::sampleanalyzer_version_ = " 1.10.11 " ;
44+ const std::string Configuration::sampleanalyzer_date_ = " 2023/08/18 " ;
4545// DO NOT TOUCH THESE LINES
4646
4747// -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments