move to 0.9.1 snapshot release

This commit is contained in:
kimchy 2010-07-26 23:05:02 +03:00
parent 2cded30f4c
commit cb92d22e84
1 changed files with 1 additions and 1 deletions

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.0'
versionNumber = '0.9.1-SNAPSHOT'
explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')