Skip to content

Commit

Permalink
Merge pull request #255 from MadAnalysis/BFuks-patch-1
Browse files Browse the repository at this point in the history
Bmuoing version number
  • Loading branch information
jackaraz authored May 13, 2024
2 parents d0fe58b + 8ffe0fe commit 6a3ad2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/ma5
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ sys.path.insert(0, servicedir)

# Release version
# Do not touch it !!!!!
version = "1.10.14"
date = "2024/01/22"
version = "1.10.15"
date = "2024/05/06"

# Loading the MadAnalysis session
import madanalysis.core.launcher
Expand Down
4 changes: 2 additions & 2 deletions tools/SampleAnalyzer/Commons/Base/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ using namespace MA5;
// Initializing static data members
// -----------------------------------------------------------------------------
// DO NOT TOUCH THESE LINES
const std::string Configuration::sampleanalyzer_version_ = "1.10.14";
const std::string Configuration::sampleanalyzer_date_ = "2024/01/22";
const std::string Configuration::sampleanalyzer_version_ = "1.10.15";
const std::string Configuration::sampleanalyzer_date_ = "2024/05/06";
// DO NOT TOUCH THESE LINES

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 6a3ad2e

Please sign in to comment.