Update visible copyright years to 2019
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 1c6f524..d2fe7e0 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -102,7 +102,7 @@
              "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
              "See https://www.tigervnc.org for information on TigerVNC."),
            (int)sizeof(size_t)*8, PACKAGE_VERSION,
-           BUILD_TIMESTAMP, 2018);
+           BUILD_TIMESTAMP, 2019);
 
   return buffer;
 }