diff options
author | handbrake <[email protected]> | 2006-12-16 05:41:22 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-12-16 05:41:22 +0000 |
commit | b00de70e59cac3419d7b53cf70bb801c09472c88 (patch) | |
tree | 35f0b2ab2cbbbb95d2c9c8a40265c352a3243f81 /macosx | |
parent | 1806e33ca8df880e33657d3a30e537ae620fadef (diff) |
HandBrake 0.7.1a2
Updated x264 base source to svn 604
Improved CQP and ABR handling
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@71 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HandBrake.plist | 2 | ||||
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HandBrake.plist b/macosx/HandBrake.plist index dd96953c4..6c0abfefc 100644 --- a/macosx/HandBrake.plist +++ b/macosx/HandBrake.plist @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.7.1</string> + <string>0.7.1a2</string> <key>CFBundleSignature</key> <string>HB##</string> <key>CFBundleVersion</key> diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index b213e1ab1..3dcd1e222 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -552,7 +552,7 @@ isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.7.1; + CURRENT_PROJECT_VERSION = 0.7.1a2; FRAMEWORK_SEARCH_PATHS = ""; GCC_DYNAMIC_NO_PIC = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; |