bump minor to 2
This commit is contained in:
parent
fce8869458
commit
0d1fc3ff4b
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
|
||||
#include <byteswap.h>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
#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"
|
||||
|
|
Loading…
Reference in a new issue