Skip to content

Commit 26497d3

Browse files
committed
updating version numbers
1 parent 40b1220 commit 26497d3

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
@@ -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
8181
import madanalysis.core.launcher

tools/SampleAnalyzer/Commons/Base/Configuration.cpp

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

0 commit comments

Comments
 (0)