summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-03-08 19:03:38 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-03-08 19:03:38 +0000
commitcc3a54c9886d66fb3a658dee958da5c7fb0b8870 (patch)
tree275ec155e690b8ba714d9e203c7970ce005918a1 /build.xml
parentFollow-up fix of member/parameter name collision. (diff)
downloadinkscape-cc3a54c9886d66fb3a658dee958da5c7fb0b8870.tar.gz
inkscape-cc3a54c9886d66fb3a658dee958da5c7fb0b8870.zip
Win32. Adding revno in the splash screen.
(bzr r9166)
Diffstat (limited to 'build.xml')
-rwxr-xr-x[-rw-r--r--]build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 524ef8b9c..58e9fba3e 100644..100755
--- a/build.xml
+++ b/build.xml
@@ -104,12 +104,12 @@
<!--makefile file="${src}/inkscape-version.cpp">
namespace Inkscape {
- char const *version_string = "${version} ${svn.revision}";
+ char const *version_string = "${version}";
}
</makefile-->
<makefile file="${src}/inkscape-version.cpp">
namespace Inkscape {
- char const *version_string = "${version}";
+ char const *version_string = "${version} ${bzr.revision}";
}
</makefile>
<makefile file="config.h">