From 246ff0e6160120eb6e353e8bbf0248d75ba98954 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 23 Jul 2013 20:24:57 +0200 Subject: [PATCH] 2.6 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f1269024..5b14cca1 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '2.5' +PROJECT_VERSION = '2.6' PLATFORMS_DIR = (ENV['PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms') sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|