diff options
author | dynaflash <[email protected]> | 2008-02-19 16:25:23 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-02-19 16:25:23 +0000 |
commit | 842ebe90d5eb90177725b76c17a56fe738c09dad (patch) | |
tree | d1f3261197158fdc00d27c2aa017930ffffb4cca /macosx/HandBrake.plist | |
parent | 9eb42d534c5b59fbc6ff0f94e447d15c60a249da (diff) |
MacGui: Change version number to 0.9.2 and build number to 2008021900 in preparation for tagging 0.9.2 release.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1301 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HandBrake.plist')
-rw-r--r-- | macosx/HandBrake.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/HandBrake.plist b/macosx/HandBrake.plist index 688049aab..1dc46b0e5 100644 --- a/macosx/HandBrake.plist +++ b/macosx/HandBrake.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>HandBrake</string> <key>CFBundleGetInfoString</key> - <string>0.9.1</string> + <string>0.9.2</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.9.1</string> + <string>0.9.2</string> <key>CFBundleSignature</key> <string>HB##</string> <key>CFBundleVersion</key> - <string>2007100800</string> + <string>2008021900</string> <key>NSHumanReadableCopyright</key> <string>HandBrake Devs</string> <key>NSMainNibFile</key> |