summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-23 18:22:43 +0000
committerTed Gould <ted@gould.cx>2010-05-23 18:22:43 +0000
commit023b7da2b083e0f1fad8bfc169bdc293c7dd7850 (patch)
tree201bc08eda961ff4d6c51337ec652f59d166120d
parentChanging configure to 0.48pre0 (diff)
downloadinkscape-023b7da2b083e0f1fad8bfc169bdc293c7dd7850.tar.gz
inkscape-023b7da2b083e0f1fad8bfc169bdc293c7dd7850.zip
Changing the build.xml files
(bzr r9443.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..4a84bec0a 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.48pre0"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/build.xml b/build.xml
index 0c895fb56..c572ecf33 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.48pre0"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>