diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-03-08 19:03:38 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-03-08 19:03:38 +0000 |
| commit | cc3a54c9886d66fb3a658dee958da5c7fb0b8870 (patch) | |
| tree | 275ec155e690b8ba714d9e203c7970ce005918a1 /build.xml | |
| parent | Follow-up fix of member/parameter name collision. (diff) | |
| download | inkscape-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.xml | 4 |
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"> |
