diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-01-01 12:23:21 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-01-01 12:23:21 +0000 |
commit | 388453b79dcc220ced63cd854924cd0ad1411077 (patch) | |
tree | d67bfaa054b17a2d598a875697cc833ecd099735 /version_info.c | |
parent | 65b27e9040ae4961ef630d3e5a43ed6103316c67 (diff) | |
download | wireshark-388453b79dcc220ced63cd854924cd0ad1411077.tar.gz wireshark-388453b79dcc220ced63cd854924cd0ad1411077.tar.bz2 wireshark-388453b79dcc220ced63cd854924cd0ad1411077.zip |
New Year.
svn path=/trunk/; revision=35322
Diffstat (limited to 'version_info.c')
-rw-r--r-- | version_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c index 68b6a1c369..cc49ca0a7c 100644 --- a/version_info.c +++ b/version_info.c @@ -581,7 +581,7 @@ const char * get_copyright_info(void) { return -"Copyright 1998-2010 Gerald Combs <gerald@wireshark.org> and contributors.\n" +"Copyright 1998-2011 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"; } |