summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-17 18:26:30 +0000
committerTed Gould <ted@gould.cx>2010-06-17 18:26:30 +0000
commit8cf8f89a07b9da0095cc05e4a77959c56e4c7136 (patch)
treeea729920cfb8e9ba58f4c5280a71bcc2b8183a96
parentChanging configure (diff)
downloadinkscape-8cf8f89a07b9da0095cc05e4a77959c56e4c7136.tar.gz
inkscape-8cf8f89a07b9da0095cc05e4a77959c56e4c7136.zip
Changing the build.xml files
(bzr r9506.1.2)
-rw-r--r--build-lx.xml2
-rwxr-xr-xbuild.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-lx.xml b/build-lx.xml
index 8841fe3a9..345bf8fae 100644
--- a/build-lx.xml
+++ b/build-lx.xml
@@ -39,7 +39,7 @@
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.47+devel"/>
+ <property name="version" value="0.48pre1"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/build.xml b/build.xml
index 8818d852b..43e3dc3d2 100755
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.47+devel"/>
+ <property name="version" value="0.48pre1"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>