Skip to content

Commit

Permalink
bump the version to 1.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed May 24, 2023
1 parent 55491e9 commit 2e7a06d
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 @@ -68,8 +68,8 @@ sys.path.insert(0, servicedir)

# Release version
# Do not touch it !!!!!
version = "1.10.9"
date = "2023/02/07"
version = "1.10.10"
date = "2023/05/24"

# 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 @@ -40,8 +40,8 @@ using namespace MA5;
// Initializing static data members
// -----------------------------------------------------------------------------
// DO NOT TOUCH THESE LINES
const std::string Configuration::sampleanalyzer_version_ = "1.10.9";
const std::string Configuration::sampleanalyzer_date_ = "2023/02/07";
const std::string Configuration::sampleanalyzer_version_ = "1.10.10";
const std::string Configuration::sampleanalyzer_date_ = "2023/05/24";
// DO NOT TOUCH THESE LINES

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

0 comments on commit 2e7a06d

Please sign in to comment.