xserver: Branch 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Nov 6 14:49:57 PST 2008


 hw/xquartz/bundle/Info.plist |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f59352881f315a634f60c9aac885b2764b28b167
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Thu Nov 6 14:41:55 2008 -0800

    XQuartz: Make LS parse our version properly... it didn't like our CFBundleVersion
    (cherry picked from commit 980df1b4ff7d4dab9dc1462dc086542265b1fb1b)

diff --git a/hw/xquartz/bundle/Info.plist b/hw/xquartz/bundle/Info.plist
index 208f8e5..ae3687e 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>


More information about the xorg-commit mailing list