diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-01-13 02:27:04 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-01-13 02:27:04 +0000 |
| commit | a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50 (patch) | |
| tree | 9efdab733f1ae2b3580143a0e1c91a934a020712 /src/sp-root.cpp | |
| parent | Latest set of tango icons (by jEsuSdA 8) ) (diff) | |
| download | inkscape-a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50.tar.gz inkscape-a3648f82f9e66ecc2dd355e9d0c5b2f3e66b9b50.zip | |
Improved version reporting. Add SVN revision and custom status to
version string on Linux.
(bzr r7123)
Diffstat (limited to 'src/sp-root.cpp')
| -rw-r--r-- | src/sp-root.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <libnr/nr-translate-scale-ops.h> #include <xml/repr.h> #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); |
