diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-05-12 10:36:44 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-05-12 10:42:20 -0700 |
commit | f9fae16456c30479b0cb9317e57200af36795785 (patch) | |
tree | 23ca76805b88b582e76b783ae6498290e06f68ee /hw/xquartz/bundle | |
parent | ac4e33a9cd0ca2f0ec76181d11d5b90b82690c05 (diff) |
XQuartz: Added some version checking protection so we don't trigger an infinite exec loop with new /usr/X11/bin/Xquartz and older X11.app
(cherry picked from commit 78032815aeb10c22ff45b49702e9c9df82ab471c)
Diffstat (limited to 'hw/xquartz/bundle')
-rw-r--r-- | hw/xquartz/bundle/Info.plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xquartz/bundle/Info.plist b/hw/xquartz/bundle/Info.plist index 4b0830f0e..30bb3c891 100644 --- a/hw/xquartz/bundle/Info.plist +++ b/hw/xquartz/bundle/Info.plist @@ -20,6 +20,10 @@ <string>APPL</string> <key>CFBundleShortVersionString</key> <string>2.3.0</string> + <key>CFBundleVersion</key> + <string>2.3.0</string> + <key>CFBundleVersionString</key> + <string>2.3.0</string> <key>CFBundleSignature</key> <string>x11a</string> <key>CSResourcesFileMapped</key> |