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 @@ -74,8 +74,8 @@ sys.path.insert(0, servicedir)
7474
7575# Release version
7676# Do not touch it !!!!!
77- version = "1.10.14 "
78- date = "2024/01/22 "
77+ version = "1.10.16 "
78+ date = "2024/08/26 "
7979
8080# Loading the MadAnalysis session
8181import madanalysis .core .launcher
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ using namespace MA5;
3737// Initializing static data members
3838// -----------------------------------------------------------------------------
3939// DO NOT TOUCH THESE LINES
40- const std::string Configuration::sampleanalyzer_version_ = " 1.10.14 " ;
41- const std::string Configuration::sampleanalyzer_date_ = " 2024/01/22 " ;
40+ const std::string Configuration::sampleanalyzer_version_ = " 1.10.16 " ;
41+ const std::string Configuration::sampleanalyzer_date_ = " 2024/08/26 " ;
4242// DO NOT TOUCH THESE LINES
4343
4444// -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments