Skip to content

Commit 610176c

Browse files
Merge pull request #383 from AndrewEdmonds11/v06-12-00
Update version number for new tag
2 parents cbf8d99 + cda78eb commit 610176c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/EventNtupleMaker_module.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ namespace mu2e {
565565
_ntuple=tfs->make<TTree>("ntuple","Mu2e Event Ntuple");
566566
_hVersion = tfs->make<TH1I>("version", "version number",3,0,3);
567567
_hVersion->GetXaxis()->SetBinLabel(1, "major"); _hVersion->SetBinContent(1, 6);
568-
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 11);
569-
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 2);
568+
_hVersion->GetXaxis()->SetBinLabel(2, "minor"); _hVersion->SetBinContent(2, 12);
569+
_hVersion->GetXaxis()->SetBinLabel(3, "patch"); _hVersion->SetBinContent(3, 0);
570570
_hProcEvents = tfs->make<TH1I>("n_proc_events", "number of processed events", 1,0,1);
571571
// event info branch
572572
_ntuple->Branch("evtinfo",&_einfo,_buffsize,_splitlevel);

0 commit comments

Comments
 (0)