summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2014-01-14 18:46:05 +0000
committerbryce <bryce@canonical.com>2014-01-14 18:46:05 +0000
commit744053120dad8edd7085dda1a02e9f9ecd65d701 (patch)
treebf1a717dc6b7ffc658b7ea66d6673d4515e99a3b /src
parentautogen.sh: Improve portability (diff)
downloadinkscape-744053120dad8edd7085dda1a02e9f9ecd65d701.tar.gz
inkscape-744053120dad8edd7085dda1a02e9f9ecd65d701.zip
Fix bzr revision number in version string (LP #1071923)
Patch from David Evans. (bzr r12928)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2f91c3c24..7fbc135c5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -223,7 +223,7 @@ endif
# someone updates the BZR working directory.
inkscape-version.cpp: $(inkscape_version_deps)
VER_PREFIX="$(VERSION)";\
- VER_BZRREV=" r`bzr revno`"; \
+ VER_BZRREV=" r`bzr revno --tree`"; \
if test ! -z "`bzr status -S -V $(srcdir)`"; then \
VER_CUSTOM=" custom"; \
fi; \