summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-04 21:53:00 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-04 21:53:00 +0000
commit9b26733bc84861e0faef20ef115a8847eebb7966 (patch)
tree4d5372e4e2932bf06d5835b75f1010716b056f98
parentadd snapindicator to rect tool but not satisfactory yet... (diff)
downloadinkscape-9b26733bc84861e0faef20ef115a8847eebb7966.tar.gz
inkscape-9b26733bc84861e0faef20ef115a8847eebb7966.zip
remove duplicate "+version" in the version name
(bzr r4963)
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 9d59f8511..88b57a506 100644
--- a/build.xml
+++ b/build.xml
@@ -90,7 +90,7 @@
<copy file="${src}/helper/sp-marshal.cpp.mingw"
tofile="${src}/helper/sp-marshal.cpp"/>
<makefile file="inkscape_version.h">
- #define INKSCAPE_VERSION "${version}+devel"
+ #define INKSCAPE_VERSION "${version}"
</makefile>
<makefile file="config.h">
#ifndef _CONFIG_H_