aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-18 01:37:27 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-18 01:37:27 +0000
commita377c7c38d97f177df237deb04af11a316e3f83f (patch)
treedbea28eb7dc1e54e419de862c507661f4fe13912 /packaging
parent5efca1b8e161f725149eb451b8331f41445b10d6 (diff)
Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.
svn path=/trunk/; revision=47143
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/Info.plist.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index 19beb7a57f..bfb32b0242 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 1998-2012 Wireshark Development Team</string>
+ <string>@VERSION@, Copyright 1998-2013 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@@ -62,7 +62,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 1998-2012 Wireshark Developers, GNU General Public License.</string>
+ <string>Copyright 1998-2013 Wireshark Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
</dict>