change from 0.9.1 to version 0.10.0

This commit is contained in:
kimchy 2010-08-24 01:29:17 +03:00
parent 6c29142b91
commit 80c71350cd

View File

@ -11,7 +11,7 @@ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
buildTimeStr = sdf.format(buildTime)
versionNumber = '0.9.1-SNAPSHOT'
versionNumber = '0.10.0-SNAPSHOT'
explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')