Skip to content

Commit

Permalink
It's 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Feb 24, 2020
1 parent b602e95 commit 9fce9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ string productTypeApiType() {

void showProductVersion()
{
g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2019 "
g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2020 "
"PowerDNS.COM BV" << endl;
g_log<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
"Built using " << compilerVersion()
Expand Down

0 comments on commit 9fce9d6

Please sign in to comment.