summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2014-10-28 14:57:49 +0100
committerYohann Roussel <yroussel@google.com>2014-10-28 14:57:49 +0100
commit3e80c4622e730e67bc99cace280bb4dd911df42d (patch)
treee53a1c5118888f2f5c98ceea4124973f45ca66f3 /build.xml
parent41f96c76cc941507ed756d35fc6edc0845a49fff (diff)
downloadtoolchain_jill-3e80c4622e730e67bc99cace280bb4dd911df42d.tar.gz
toolchain_jill-3e80c4622e730e67bc99cace280bb4dd911df42d.tar.bz2
toolchain_jill-3e80c4622e730e67bc99cace280bb4dd911df42d.zip
Align version to 1.0.001 when building with ant
Change-Id: I64ada2a31a84e21fb515a82cddb9558eafc4e4df
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 64b709f..1b6e83e 100644
--- a/build.xml
+++ b/build.xml
@@ -60,7 +60,7 @@
</target>
<target name="jill" depends="jill-copy-libs">
- <property name="jill.base.version.name" value="0.1" />
+ <property name="jill.base.version.name" value="1.0" />
<property name="jill.base.version.code" value="001" />
<!-- project layout -->
<mkdir dir="${jill.build.outdir}"/>