Skip to content
Snippets Groups Projects
Commit a0bc8476 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Make sure version is exported to kwl

parent 47aad122
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,9 @@ namespace ossimplugins ...@@ -151,6 +151,9 @@ namespace ossimplugins
kwl.addList(theManifestKwl, true); kwl.addList(theManifestKwl, true);
kwl.addList(theProductKwl, true); kwl.addList(theProductKwl, true);
const unsigned int k_version = 2;
add(kwl, HEADER_PREFIX, "version", k_version);
return ossimSensorModel::saveState(kwl, prefix); return ossimSensorModel::saveState(kwl, prefix);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment