diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2012-01-18 11:52:04 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2012-01-27 21:33:50 -0800 |
commit | bafedb7e9bcff31e2963eeb54669b2492214fae7 (patch) | |
tree | d5f2c48100a78d22ef028e330affb5a4adba4f6e | |
parent | 8e78bbb2d2dc5b18f127540b63b45ba293bbdd25 (diff) |
XQuartz: Bump bundle version to 2.7.2
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | hw/xquartz/bundle/Info.plist.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xquartz/bundle/Info.plist.cpp b/hw/xquartz/bundle/Info.plist.cpp index a4b8e1926..4b6d9d182 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.7.0</string> + <string>2.7.2</string> <key>CFBundleVersion</key> - <string>2.7.0</string> + <string>2.7.2</string> <key>CFBundleSignature</key> <string>x11a</string> <key>CSResourcesFileMapped</key> @@ -37,9 +37,9 @@ <key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string> <key>NSHumanReadableCopyright</key> - <string>© 2003-2011 Apple Inc. + <string>© 2003-2012 Apple Inc. © 2003 XFree86 Project, Inc. -© 2003-2011 X.org Foundation, Inc. +© 2003-2012 X.org Foundation, Inc. </string> <key>NSMainNibFile</key> <string>main</string> |