summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrake.plist
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HandBrake.plist')
-rw-r--r--macosx/HandBrake.plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/HandBrake.plist b/macosx/HandBrake.plist
index 1dc46b0e5..8217aa787 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.2</string>
+ <string>$(HB_VERSION)</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.2</string>
+ <string>$(HB_VERSION)</string>
<key>CFBundleSignature</key>
<string>HB##</string>
<key>CFBundleVersion</key>
- <string>2008021900</string>
+ <string>$(HB_BUILD)</string>
<key>NSHumanReadableCopyright</key>
<string>HandBrake Devs</string>
<key>NSMainNibFile</key>
@@ -33,6 +33,6 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
- <string>http://handbrake.fr/appcast.xml</string>
+ <string>$(APPCAST_URL)</string>
</dict>
</plist>