diff --git a/build/version_number b/build/version_number index a9732823ef13a..4a01700a8298b 100644 --- a/build/version_number +++ b/build/version_number @@ -1 +1 @@ -6.26/15 +6.26/16 diff --git a/core/foundation/inc/RVersion.h b/core/foundation/inc/RVersion.h index 896947f89ea3d..0f7dc27c6dbc9 100644 --- a/core/foundation/inc/RVersion.h +++ b/core/foundation/inc/RVersion.h @@ -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 diff --git a/rootx/src/rootcoreteam.h b/rootx/src/rootcoreteam.h index bc98e5184806d..e958311c04854 100644 --- a/rootx/src/rootcoreteam.h +++ b/rootx/src/rootcoreteam.h @@ -30,7 +30,7 @@ const char *gROOTCoreTeam[] = { "Stephan Hageboeck", "Matevz Tadel", "Enric Tejedor Saavedra", - 0}; + 0 }; } // namespace ROOTX } // namespace ROOT