Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/foundation/inc/ROOT/RVersion.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

/* Update on release: */
#define ROOT_VERSION_MAJOR 6
#define ROOT_VERSION_MINOR 39
#define ROOT_VERSION_PATCH 99 // When changing the version number here, never add leading zeroes!
#define ROOT_RELEASE_DATE "Apr 23 2026"
#define ROOT_VERSION_MINOR 40
#define ROOT_VERSION_PATCH 0 // When changing the version number here, never add leading zeroes!
#define ROOT_RELEASE_DATE "May 19 2026"

/* Don't change the lines below. */

Expand Down
Loading