Enable the R interface for EPEL 10.1 Removed subpackages: root-gui-qt5webdisplay, -hist-draw, -histv7 and -html New subpackage: root-roofit-codegen
25 lines
762 B
Diff
25 lines
762 B
Diff
From 0ad965c6a2ed651e4a933434735fbe1c6bf32c1c Mon Sep 17 00:00:00 2001
|
|
From: Danilo Piparo <danilo.piparo@cern.ch>
|
|
Date: Mon, 26 May 2025 10:05:26 +0200
|
|
Subject: [PATCH] Update release number
|
|
|
|
---
|
|
core/foundation/inc/ROOT/RVersion.hxx | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/core/foundation/inc/ROOT/RVersion.hxx b/core/foundation/inc/ROOT/RVersion.hxx
|
|
index 365a371b2a..d5a3623747 100644
|
|
--- a/core/foundation/inc/ROOT/RVersion.hxx
|
|
+++ b/core/foundation/inc/ROOT/RVersion.hxx
|
|
@@ -4,7 +4,7 @@
|
|
/* Update on release: */
|
|
#define ROOT_VERSION_MAJOR 6
|
|
#define ROOT_VERSION_MINOR 36
|
|
-#define ROOT_VERSION_PATCH 00
|
|
+#define ROOT_VERSION_PATCH 0
|
|
#define ROOT_RELEASE_DATE "May 26 2025"
|
|
|
|
/* Don't change the lines below. */
|
|
--
|
|
2.49.0
|
|
|