aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2012-01-01 10:02:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2012-01-01 10:02:11 +0000
commit92528dad847ee5c3952027c9bd71d860042f5234 (patch)
tree4f476cd559fc4112069635854a169a9fdab8a063
parent882d76f2b9041b3bb5e0e7d8acbf8f1749bbd767 (diff)
Happy New Year!
svn path=/trunk/; revision=40353
-rw-r--r--packaging/macosx/Info.plist.in4
-rw-r--r--version_info.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index 1f911a4367..8616958b2a 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 1998-2011 Wireshark Development Team</string>
+ <string>@VERSION@, Copyright 1998-2012 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@@ -48,7 +48,7 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 1998-2011 Wireshark Developers, GNU General Public License.</string>
+ <string>Copyright 1998-2012 Wireshark Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
</dict>
diff --git a/version_info.c b/version_info.c
index 381c1a4b75..887b9836dc 100644
--- a/version_info.c
+++ b/version_info.c
@@ -580,7 +580,7 @@ const char *
get_copyright_info(void)
{
return
-"Copyright 1998-2011 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+"Copyright 1998-2012 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
}