diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-11 15:16:23 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-11 15:16:23 +0000 |
| commit | 2f5eb047d9e05be5e68549ef6b75070d2faa7d2f (patch) | |
| tree | ca2e94164b6d7aaebfc17196ca46bfc825a7665a /build-lx.xml | |
| parent | Merge from trunk. (diff) | |
| download | inkscape-2f5eb047d9e05be5e68549ef6b75070d2faa7d2f.tar.gz inkscape-2f5eb047d9e05be5e68549ef6b75070d2faa7d2f.zip | |
Merging from trunk
(bzr r6884)
Diffstat (limited to 'build-lx.xml')
| -rw-r--r-- | build-lx.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build-lx.xml b/build-lx.xml index e4c02005b..d8fd3f346 100644 --- a/build-lx.xml +++ b/build-lx.xml @@ -102,7 +102,7 @@ <copy file="${src}/helper/sp-marshal.cpp.mingw" tofile="${src}/helper/sp-marshal.cpp"/> <makefile file="inkscape_version.h"> - #define INKSCAPE_VERSION "${version}" + #define INKSCAPE_VERSION "${version}, revision ${svn.revision}" </makefile> <makefile file="config.h"> #ifndef _CONFIG_H_ @@ -188,10 +188,10 @@ ######################################################################## --> <target name="touchabout" - description="update the modification time of aboutdialog.cpp"> - <!-- not good <touch file="${src}/ui/dialog/aboutdialog.cpp"/> --> + description="update the modification time of aboutbox.cpp"> + <!-- not good <touch file="${src}/ui/dialog/aboutbox.cpp"/> --> <!-- better --> - <delete file="${build}/obj/ui/dialog/aboutdialog.o"/> + <delete file="${build}/obj/ui/dialog/aboutbox.o"/> </target> |
