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/debug/logger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug') diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index 2956e068e..f28d2750b 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -12,7 +12,7 @@ #include #include #include -#include "inkscape_version.h" +#include "inkscape-version.h" #include "debug/logger.h" #include "debug/simple-event.h" #include "gc-alloc.h" @@ -133,7 +133,7 @@ typedef SimpleEvent CoreEvent; class SessionEvent : public CoreEvent { public: SessionEvent() : CoreEvent(Util::share_static_string("session")) { - _addProperty("inkscape-version", INKSCAPE_VERSION); + _addProperty("inkscape-version", Inkscape::version_string); } }; -- cgit v1.2.3