]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
It's 2020 8857/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 24 Feb 2020 14:58:08 +0000 (15:58 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 24 Feb 2020 14:58:08 +0000 (15:58 +0100)
pdns/version.cc

index caef7d525ad3fab2ff80a591a13f61500b250fa9..6f9fa29ad956acf1c2f4335876200bcb763641d8 100644 (file)
@@ -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()