diff options
author | dynaflash <[email protected]> | 2007-08-19 06:14:35 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-08-19 06:14:35 +0000 |
commit | a56489a08fbd0ec7af7d7f588dd8ff485e4ae6ae (patch) | |
tree | a5f7d5196b28feed59cbc946339f458c476e995f | |
parent | 9881280c50134cb530a1c89156f8ab4f47f1f061 (diff) |
MacGui: Set version to 0.9.0 and build to 2007081900 for the impending release.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@835 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/HandBrake.plist | 6 | ||||
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 12 | ||||
-rwxr-xr-x | macosx/localize.sh | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/macosx/HandBrake.plist b/macosx/HandBrake.plist index debeefde9..941aed5f0 100644 --- a/macosx/HandBrake.plist +++ b/macosx/HandBrake.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>HandBrake</string> <key>CFBundleGetInfoString</key> - <string>0.8.5b1</string> + <string>0.9.0</string> <key>CFBundleIconFile</key> <string>HandBrake</string> <key>CFBundleIdentifier</key> @@ -21,11 +21,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.8.5b1</string> + <string>0.9.0</string> <key>CFBundleSignature</key> <string>HB##</string> <key>CFBundleVersion</key> - <string>2007022200</string> + <string>2007081900</string> <key>NSHumanReadableCopyright</key> <string>HandBrake Devs</string> <key>NSMainNibFile</key> diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 40f88438a..938258722 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -1135,7 +1135,7 @@ isa = XCBuildConfiguration; buildSettings = { CONFIGURATION_BUILD_DIR = ..; - CURRENT_PROJECT_VERSION = 0.8.5b1; + CURRENT_PROJECT_VERSION = 0.9.0; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -1149,6 +1149,7 @@ ); INFOPLIST_FILE = HandBrake.plist; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( ../libhb/libhb.a, @@ -1646,7 +1647,7 @@ buildSettings = { CONFIGURATION_BUILD_DIR = ..; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.8.5b1; + CURRENT_PROJECT_VERSION = 0.9.0; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -1663,6 +1664,7 @@ ); INFOPLIST_FILE = HandBrake.plist; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( ../libhb/libhb.a, @@ -1703,7 +1705,7 @@ buildSettings = { CONFIGURATION_BUILD_DIR = ..; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 0.8.5b1; + CURRENT_PROJECT_VERSION = 0.9.0; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -1718,6 +1720,7 @@ ); INFOPLIST_FILE = HandBrake.plist; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( ../libhb/libhb.a, @@ -1757,7 +1760,7 @@ isa = XCBuildConfiguration; buildSettings = { CONFIGURATION_BUILD_DIR = ..; - CURRENT_PROJECT_VERSION = 0.8.5b1; + CURRENT_PROJECT_VERSION = 0.9.0; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", @@ -1771,6 +1774,7 @@ ); INFOPLIST_FILE = HandBrake.plist; LIBRARY_SEARCH_PATHS = ""; + MACOSX_DEPLOYMENT_TARGET = 10.4; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( ../libhb/libhb.a, diff --git a/macosx/localize.sh b/macosx/localize.sh index afc7831f5..f58b3645c 100755 --- a/macosx/localize.sh +++ b/macosx/localize.sh @@ -22,7 +22,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <key>CFBundleExecutable</key> <string>HandBrake</string> <key>CFBundleGetInfoString</key> - <string>0.8.5b1</string> + <string>0.9.0</string> <key>CFBundleIconFile</key> <string>HandBrake</string> <key>CFBundleIdentifier</key> @@ -34,7 +34,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.8.5b1</string> + <string>$2</string> <key>CFBundleSignature</key> <string>HB##</string> <key>CFBundleVersion</key> |