Code

Improved version reporting. Add SVN revision and custom status to
[inkscape.git] / src / extension / internal / javafx-out.cpp
index 69ee296e58a0a73c80cdb8833d236b6bf42d5cc9..1c3ae9c2a1c3eb69349a56880ca38eccefa17b2d 100644 (file)
@@ -20,7 +20,7 @@
 #endif\r
 #include "javafx-out.h"\r
 #include <inkscape.h>\r
-#include <inkscape_version.h>\r
+#include <inkscape-version.h>\r
 #include <sp-path.h>\r
 #include <sp-linear-gradient.h>\r
 #include <sp-radial-gradient.h>\r
@@ -223,7 +223,7 @@ bool JavaFXOutput::doHeader()
     out("### This JavaFX document was generated by Inkscape\n");\r
     out("### http://www.inkscape.org\n");\r
     out("### Created: %s",   ctime(&tim));\r
-    out("### Version: %s\n", INKSCAPE_VERSION);\r
+    out("### Version: %s\n", Inkscape::version_string);\r
     out("#####################################################################\n");\r
     out("### NOTES:\n");\r
     out("### ============\n");\r