From a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Tue, 13 Jan 2009 02:27:04 +0000 Subject: Improved version reporting. Add SVN revision and custom status to version string on Linux. (bzr r7123) --- src/sp-root.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-root.cpp') 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); -- cgit v1.2.3