From 0d1fc3ff4b9455723956bbf3432df71965cea1c2 Mon Sep 17 00:00:00 2001 From: silverweed Date: Tue, 30 Jul 2024 11:47:38 +0200 Subject: [PATCH] bump minor to 2 --- src/rntviewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rntviewer.cpp b/src/rntviewer.cpp index 9c51880..b37af1d 100644 --- a/src/rntviewer.cpp +++ b/src/rntviewer.cpp @@ -12,8 +12,8 @@ #include #include #include - #include + #include #ifdef DEBUG @@ -31,7 +31,7 @@ #endif #define V_MAJOR "0" -#define V_MINOR "1" +#define V_MINOR "2" #include "root/root_inc.h" #include "root/RMicroFileReader.hxx"