Happy New Year 2025
This commit is contained in:
parent
c0d37fc327
commit
b7a84b6d10
@ -38,7 +38,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@STRATOSHARK_VERSION@</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1998-2024 the Wireshark developer community</string>
|
||||
<string>Copyright 1998-2025 the Wireshark developer community</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -263,7 +263,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@PROJECT_VERSION@</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 1998-2024 the Wireshark developer community</string>
|
||||
<string>Copyright 1998-2025 the Wireshark developer community</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -674,7 +674,7 @@ const char *
|
||||
get_copyright_info(void)
|
||||
{
|
||||
return
|
||||
"Copyright 1998-2024 Gerald Combs <gerald@wireshark.org> and contributors.";
|
||||
"Copyright 1998-2025 Gerald Combs <gerald@wireshark.org> and contributors.";
|
||||
}
|
||||
|
||||
const char *
|
||||
|
Loading…
x
Reference in New Issue
Block a user