diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-16 19:20:24 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-16 19:20:24 +0000 |
commit | 1f8c69581e5c9082aef4301ed4460c18c6b99d1f (patch) | |
tree | 9222d89c94dac6266b97c53df73838a59216b32a /build.xml | |
parent | a254b2df97e669bbd38b809a55c5524a9b1343d2 (diff) | |
download | semanticscuttle-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |