update to 0.12.0 SNAPSHOT version

This commit is contained in:
kimchy 2010-09-28 22:20:22 +02:00
parent 67c205722d
commit 64662d8449
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.11.0'
versionNumber = '0.12.0-SNAPSHOT'
explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')