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

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat Nov 8 23:33:03 PST 2008


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

New commits:
commit 54d20f6d33c347bcb37a0a8287c2d92fed2b9092
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Sat Nov 8 23:32:40 2008 -0800

    XQuartz: CFBundleShortVersionString needs to conform to X.Y.Z as well... sigh

diff --git a/hw/xquartz/bundle/Info.plist b/hw/xquartz/bundle/Info.plist
index ae3687e..f4a9287 100644
--- a/hw/xquartz/bundle/Info.plist
+++ b/hw/xquartz/bundle/Info.plist
@@ -19,11 +19,9 @@
 	<key>CFBundlePackageType</key>
 		<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-		<string>2.3.2_beta3</string>
+		<string>2.3.2</string>
 	<key>CFBundleVersion</key>
 		<string>2.3.2</string>
-	<key>CFBundleVersionString</key>
-		<string>2.3.2_beta3</string>
 	<key>CFBundleSignature</key>
 		<string>x11a</string>
 	<key>CSResourcesFileMapped</key>


More information about the xorg-commit mailing list