Skip to content

Commit 66fa736

Browse files
committed
update version
1 parent 326f19d commit 66fa736

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bin/ma5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7575
import madanalysis.core.launcher

tools/SampleAnalyzer/Commons/Base/Configuration.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)