Skip to content

Commit

Permalink
"Update ROOT version files to v6.26/16."
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Mar 20, 2024
1 parent ee46660 commit 8b20960
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/version_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.26/15
6.26/16
8 changes: 4 additions & 4 deletions core/foundation/inc/RVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
*
*/

#define ROOT_RELEASE "6.26/15"
#define ROOT_RELEASE_DATE "Nov 28 2023"
#define ROOT_RELEASE_TIME "01:44:02"
#define ROOT_RELEASE "6.26/16"
#define ROOT_RELEASE_DATE "Mar 20 2024"
#define ROOT_RELEASE_TIME "09:29:11"
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define ROOT_VERSION_CODE ROOT_VERSION(6,26,15) /* 399887 */
#define ROOT_VERSION_CODE ROOT_VERSION(6,26,16) /* 399888 */

#endif
2 changes: 1 addition & 1 deletion rootx/src/rootcoreteam.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const char *gROOTCoreTeam[] = {
"Stephan Hageboeck",
"Matevz Tadel",
"Enric Tejedor Saavedra",
0};
0 };

} // namespace ROOTX
} // namespace ROOT
Expand Down

0 comments on commit 8b20960

Please sign in to comment.