xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Thu Nov 6 14:42:28 PST 2008


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

New commits:
commit 980df1b4ff7d4dab9dc1462dc086542265b1fb1b
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

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