summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-11-06 14:41:55 -0800
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-11-06 14:49:54 -0800
commitf59352881f315a634f60c9aac885b2764b28b167 (patch)
tree9b5f84a680ffae8162e6b9eb8b711f139e77a572
parentb4ca9dc2393ace2415163094b916f0d17ecba9ee (diff)
XQuartz: Make LS parse our version properly... it didn't like our CFBundleVersion
(cherry picked from commit 980df1b4ff7d4dab9dc1462dc086542265b1fb1b)
-rw-r--r--hw/xquartz/bundle/Info.plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xquartz/bundle/Info.plist b/hw/xquartz/bundle/Info.plist
index 208f8e5fb..ae3687e65 100644
--- a/hw/xquartz/bundle/Info.plist
+++ b/hw/xquartz/bundle/Info.plist
@@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.3.1.91.3</string>
+ <string>2.3.2_beta3</string>
<key>CFBundleVersion</key>
- <string>2.3.1.91.3</string>
+ <string>2.3.2</string>
<key>CFBundleVersionString</key>
- <string>2.3.1.91.3</string>
+ <string>2.3.2_beta3</string>
<key>CFBundleSignature</key>
<string>x11a</string>
<key>CSResourcesFileMapped</key>