]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
It's 2021
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Jan 2021 10:45:46 +0000 (11:45 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 10:45:46 +0000 (11:45 +0100)
pdns/version.cc

index 6f9fa29ad956acf1c2f4335876200bcb763641d8..2b7a513ec58b79ae9c934ed19df1c909a7b5c9e1 100644 (file)
@@ -67,7 +67,7 @@ string productTypeApiType() {
 
 void showProductVersion()
 {
-  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2020 "
+  g_log<<Logger::Warning<<productName()<<" "<< VERSION << " (C) 2001-2021 "
     "PowerDNS.COM BV" << endl;
   g_log<<Logger::Warning<<"Using "<<(sizeof(unsigned long)*8)<<"-bits mode. "
     "Built using " << compilerVersion()