bump version to 0.11

This commit is contained in:
silverweed 2025-01-28 10:33:08 +01:00
parent 45edfd13a7
commit 568f5a8860
2 changed files with 1 additions and 2 deletions

View file

@ -83,7 +83,7 @@ using ROOT::Experimental::Internal::RNTupleSerializer;
#endif
#define V_MAJOR "0"
#define V_MINOR "10"
#define V_MINOR "11"
// Internal sources
// --------------------------------------------------

View file

@ -439,7 +439,6 @@ b8 get_tfile_data(Arena *arena, const Inspected_File &file, u32 walk_tkeys_flags
{
b8 success = walk_tkeys(arena, file.mem, file.size, walk_tkeys_flags, tfile_data, ntpl_name);
if (success) {
// TODO: if ntpl_name is non-empty, only pick the given RNTuple
map_rntuple_rblobs(arena, tfile_data);
} else {
fprintf(stderr, "Error: failed to walk TFile keys.\n");