Add version.properties to track version number of the build.

This commit is contained in:
James Roseborough
2008-02-06 19:28:12 +00:00
parent 7679040493
commit 1eb969f84d
3 changed files with 2 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
<project default="all">
<property name="version" value="0.17"/>
<property file="version.properties"/>
<target name="clean">
<delete dir="build"/>