X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-root.cpp;h=4b584e97b23409d2dbbc0466e5b239b9bd4bb0ac;hb=18023a6d3838bec98725b5a745bd29350bb9e337;hp=81d71044d9a8830afb05dbee053826e275069ace;hpb=06aecef405c4cf6f7551ab622c3040562cb62c78;p=inkscape.git diff --git a/src/sp-root.cpp b/src/sp-root.cpp index 81d71044d..4b584e97b 100644 --- a/src/sp-root.cpp +++ b/src/sp-root.cpp @@ -34,7 +34,7 @@ #include #include #include "svg/stringstream.h" -#include "inkscape_version.h" +#include "inkscape-version.h" class SPDesktop; @@ -589,7 +589,7 @@ sp_root_write(SPObject *object, Inkscape::XML::Document *xml_doc, Inkscape::XML: if (flags & SP_OBJECT_WRITE_EXT) { repr->setAttribute("sodipodi:version", SODIPODI_VERSION); - repr->setAttribute("inkscape:version", INKSCAPE_VERSION); + repr->setAttribute("inkscape:version", Inkscape::version_string); } repr->setAttribute("version", SVG_VERSION);