Skip to content

Commit bbcda4e

Browse files
author
kyngchaos
committedJan 27, 2010
update copyright in info.plist
git-svn-id: http://svn.osgeo.org/qgis/trunk@12838 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d6f8a3d commit bbcda4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mac/xcode/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>org.qgis.qgis</string>
1313
<key>CFBundleGetInfoString</key>
14-
<string>QGIS ${QGIS_VERSION_MAJOR}.${QGIS_VERSION_MINOR}.${QGIS_VERSION_PATCH}-${QGIS_RELEASE_NAME} (${QGIS_VERSION_BUILD}), © 2002-2009 QGIS Development Team</string>
14+
<string>QGIS ${QGIS_VERSION_MAJOR}.${QGIS_VERSION_MINOR}.${QGIS_VERSION_PATCH}-${QGIS_RELEASE_NAME} (${QGIS_VERSION_BUILD}), © 2002-2010 QGIS Development Team</string>
1515
<key>CFBundleShortVersionString</key>
1616
<string>${QGIS_VERSION_MAJOR}.${QGIS_VERSION_MINOR}.${QGIS_VERSION_PATCH}</string>
1717
<key>CFBundleInfoDictionaryVersion</key>

‎src/mac/Contents/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>QGIS</string>
1515
<key>CFBundleGetInfoString</key>
16-
<string>QGIS @VERSION@ (@REVISION@), © 2002-2008 QGIS Development Team</string>
16+
<string>QGIS @VERSION@ (@REVISION@), © 2002-2010 QGIS Development Team</string>
1717
<key>CFBundleShortVersionString</key>
1818
<string>@VERSION@ (@REVISION@)</string>
1919
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)
Please sign in to comment.