diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-10-01 11:58:18 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-10-01 11:58:18 -0700 |
commit | 3d7cf468df96c0130a862f0d93fec990b9110c2f (patch) | |
tree | 7824424bda3e2ec696bf7a4ec0004e9e658e0617 /hw/xquartz/bundle | |
parent | 85b831f701d085e514afcf8a5ce9b11f8a57984e (diff) |
XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0
Is fink really _still_ relying on this X11R7.x version string?
Diffstat (limited to 'hw/xquartz/bundle')
-rw-r--r-- | hw/xquartz/bundle/Info.plist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index d385e078b..87214f456 100644 --- a/hw/xquartz/bundle/Info.plist.cpp +++ b/hw/xquartz/bundle/Info.plist.cpp @@ -19,9 +19,9 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.4.0</string> + <string>2.5.0</string> <key>CFBundleVersion</key> - <string>2.4.0</string> + <string>2.5.0</string> <key>CFBundleSignature</key> <string>x11a</string> <key>CSResourcesFileMapped</key> |