Use colon in "%YAML:1.0" directive when persisting to YAML-files
authorfegorsch <felix.gorschlueter@igd.fraunhofer.de>
Tue, 25 Oct 2016 16:18:35 +0000 (18:18 +0200)
committerfegorsch <felix.gorschlueter@igd.fraunhofer.de>
Tue, 25 Oct 2016 16:18:35 +0000 (18:18 +0200)
commitddf0554fff62bc18cbe8629bd237e0c882ee83b3
tree62ed045a92dc31af3fd98f2ee5dcaddb58c66544
parentdc9602ee84f64eea266e1835f824fc5b7745a87e
Use colon in "%YAML:1.0" directive when persisting to YAML-files

In YAML 1.0 the colon is mandatory. See http://yaml.org/spec/1.0/#id2558635.

This also allows prior releases to read YAML files created with the current version.
modules/core/src/persistence.cpp
modules/core/test/test_io.cpp