From: tweenk Date: Tue, 13 Jan 2009 02:27:04 +0000 (+0000) Subject: Improved version reporting. Add SVN revision and custom status to X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d45d0bf91888ee9773dbf5743d121b5fc205bf76;p=inkscape.git Improved version reporting. Add SVN revision and custom status to version string on Linux. --- diff --git a/build.xml b/build.xml index f16c1486c..486b771d4 100644 --- a/build.xml +++ b/build.xml @@ -97,8 +97,10 @@ - - #define INKSCAPE_VERSION "${version}, revision ${svn.revision}" + + namespace Inkscape { + gchar const *version_string = "${version} r${svn.revision}" + } #ifndef _CONFIG_H_ @@ -183,22 +185,6 @@ - - - - - - - - - - -