aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-16 19:20:24 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-16 19:20:24 +0000
commit1f8c69581e5c9082aef4301ed4460c18c6b99d1f (patch)
tree9222d89c94dac6266b97c53df73838a59216b32a /build.xml
parenta254b2df97e669bbd38b809a55c5524a9b1343d2 (diff)
downloadsemanticscuttle-1f8c69581e5c9082aef4301ed4460c18c6b99d1f.tar.gz
semanticscuttle-1f8c69581e5c9082aef4301ed4460c18c6b99d1f.tar.bz2
update release howto and update version in build.xml to 0.95.1
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@550 b3834d28-1941-0410-a4f8-b48e95affb8f
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 85194ec..bac7fda 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
-->
<property file="build.properties" />
- <property name="version" value="0.95" />
+ <property name="version" value="0.95.1" />
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
<property name="distfile" value="dist/${zipfile}" />
<property name="sfproject" value="SemanticScuttle" />