Skip to content

Commit 9b0f55e

Browse files
Update version number
1 parent 58e700e commit 9b0f55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventNtupleMaker_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ namespace mu2e {
497497
_hVersion = tfs->make<TH1I>("version", "version number",3,0,3);
498498
_hVersion->GetXaxis()->SetBinLabel(1, "major"); _hVersion->SetBinContent(1, 6);
499499
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 11);
500-
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 0);
500+
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 2);
501501
_hProcEvents = tfs->make<TH1I>("n_proc_events", "number of processed events", 1,0,1);
502502
// add event info branch
503503
_ntuple->Branch("evtinfo",&_einfo,_buffsize,_splitlevel);

0 commit comments

Comments
 (0)