summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2014-10-30 00:53:33 +0000
committerbryce <bryce@ubuntu.com>2014-10-30 00:53:33 +0000
commit07ed6984084e015bffc60d7e359de7ebf09e9cde (patch)
treed6e9a270f540498b2d446e56c43f973a72a4984e /build.xml
parentOpen development for the 0.92 series (diff)
downloadinkscape-07ed6984084e015bffc60d7e359de7ebf09e9cde.tar.gz
inkscape-07ed6984084e015bffc60d7e359de7ebf09e9cde.zip
Fix version numbers
(bzr r13643)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 17d626d30..6f3324752 100644
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.92+devel"/>
+ <property name="version" value="0.91+devel"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>