Commit 18603e74 authored by twanvl's avatar twanvl

store mse_version in DelatedIndexMaps

parent 6214ce57
......@@ -67,6 +67,9 @@ void Writer::handle(const DelayedIndexMapsData<Key,Value>& d) {
handle(d.unread_data); // TODO: how to handle filenames
}
} else {
// also write the app version, because a separate Reader is used to read it.
// the unread_data can therefore have a different version number
handle(_("mse_version"), app_version);
handle(d.read_data);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment