project version was bumped

This commit is contained in:
Laurent Sansonetti
2011-11-05 13:44:13 +01:00
parent 3118cc1fb6
commit cf70b870e0

View File

@@ -1,5 +1,5 @@
PLATFORMS_DIR = '/Developer/Platforms'
PROJECT_VERSION = '0.17'
PROJECT_VERSION = '0.18'
sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|
File.basename(path).scan(/^iPhoneSimulator(.+)\.sdk$/)[0][0]