Skip to content

Commit

Permalink
Increment TTree version after commit 8443481
Browse files Browse the repository at this point in the history
genevb authored and pcanal committed Aug 23, 2022
1 parent c8c3219 commit ec866f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/tree/inc/TTree.h
Original file line number Diff line number Diff line change
@@ -668,7 +668,7 @@ class TTree : public TNamed, public TAttLine, public TAttFill, public TAttMarker
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0);
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0) const;

ClassDef(TTree, 20) // Tree descriptor (the main ROOT I/O class)
ClassDef(TTree, 21) // Tree descriptor (the main ROOT I/O class)
};

//////////////////////////////////////////////////////////////////////////

0 comments on commit ec866f6

Please sign in to comment.