Felix Paul Kühne 11 rokov pred
rodič
commit
1b69e82f5b

+ 2 - 2
AspenProject/VLC for iOS-Info.plist

@@ -77,7 +77,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.1.2</string>
+	<string>2.2</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>
@@ -185,7 +185,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>2.1.2</string>
+	<string>2.2-git</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>UIBackgroundModes</key>

+ 1 - 1
AspenProject/VLCConstants.h

@@ -8,7 +8,7 @@
 //  Refer to the COPYING file of the official project for license.
 //
 
-#define kVLCVersionCodename @"The Mojo Wire"
+#define kVLCVersionCodename @"The Great Shark Hunt"
 
 #define kVLCSettingPasscodeKey @"Passcode"
 #define kVLCSettingPasscodeOnKey @"PasscodeProtection"