From e66ab110b98ba13636250d0accb91ff57ab1aaa7 Mon Sep 17 00:00:00 2001 From: silverweed Date: Fri, 16 Aug 2024 10:11:34 +0200 Subject: [PATCH] bump minor to 3 --- src/rntviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rntviewer.cpp b/src/rntviewer.cpp index 11c2a7a..66c360d 100644 --- a/src/rntviewer.cpp +++ b/src/rntviewer.cpp @@ -45,7 +45,7 @@ #endif // RNT_NO_GFX #define V_MAJOR "0" -#define V_MINOR "2" +#define V_MINOR "3" #include "root/root_inc.h" #include "root/RMicroFileReader.hxx"