From 7385210e665cf40df4844d3dedbd7d845b5c8e71 Mon Sep 17 00:00:00 2001 From: silverweed Date: Tue, 10 Sep 2024 17:03:29 +0200 Subject: [PATCH] bump minor to 5 --- src/rntviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rntviewer.cpp b/src/rntviewer.cpp index afc8cf0..913d80f 100644 --- a/src/rntviewer.cpp +++ b/src/rntviewer.cpp @@ -45,7 +45,7 @@ #endif // RNT_NO_GFX #define V_MAJOR "0" -#define V_MINOR "4" +#define V_MINOR "5" #include "root/root_inc.h" #include "root/RMicroFileReader.hxx"