Browse Source

Bump version

Felix Paul Kühne 11 years ago
parent
commit
2e99fc2150
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Sources/VLC for iOS-Info.plist
  2. 1 1
      Sources/VLCConstants.h

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

@@ -66,7 +66,7 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>2.2.3</string>
+	<string>2.3</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>
 	<key>CFBundleURLTypes</key>
@@ -174,7 +174,7 @@
 		</dict>
 		</dict>
 	</array>
 	</array>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>2.2.3</string>
+	<string>2.3</string>
 	<key>LSRequiresIPhoneOS</key>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<true/>
 	<key>UIBackgroundModes</key>
 	<key>UIBackgroundModes</key>

+ 1 - 1
Sources/VLCConstants.h

@@ -11,7 +11,7 @@
  * Refer to the COPYING file of the official project for license.
  * Refer to the COPYING file of the official project for license.
  *****************************************************************************/
  *****************************************************************************/
 
 
-#define kVLCVersionCodename @"The Great Shark Hunt"
+#define kVLCVersionCodename @"Books from Boxes"
 
 
 #define kVLCSettingPasscodeKey @"Passcode"
 #define kVLCSettingPasscodeKey @"Passcode"
 #define kVLCSettingPasscodeOnKey @"PasscodeProtection"
 #define kVLCSettingPasscodeOnKey @"PasscodeProtection"