diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2008-10-28 15:14:17 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2008-10-28 15:14:17 +0000 |
commit | 655b7825a54c6051e4018940c81d94169fa1c56a (patch) | |
tree | 68bc35e11dcd475b753c3dee98348f031fdd73fe /packaging/macosx | |
parent | 49a99b0fa03b0faecdebd43cc9b651ae441190d0 (diff) | |
download | wireshark-655b7825a54c6051e4018940c81d94169fa1c56a.tar.gz wireshark-655b7825a54c6051e4018940c81d94169fa1c56a.tar.bz2 wireshark-655b7825a54c6051e4018940c81d94169fa1c56a.zip |
Show correct dates in application info.
svn path=/trunk/; revision=26600
Diffstat (limited to 'packaging/macosx')
-rw-r--r-- | packaging/macosx/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index 85c658ff2d..e5f3f0c581 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -8,7 +8,7 @@ <key>CFBundleExecutable</key> <string>Wireshark</string> <key>CFBundleGetInfoString</key> - <string>@VERSION@, Copyright 2003-2007 Wireshark Development Team</string> + <string>@VERSION@, Copyright 1998-2008 Wireshark Development Team</string> <key>CFBundleIconFile</key> <string>Wireshark.icns</string> <key>CFBundleIdentifier</key> |