aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-02-20 17:12:57 +0100
committerPierre Ossman <ossman@cendio.se>2015-02-20 17:12:57 +0100
commitc134168be95552aa97415b8acbdeff00bf400eda (patch)
tree7e017cf490739bdf8e9e00a5828d953913a2df31 /vncviewer
parente95412569bd45ec3da43e1b9a244856e0408f6ab (diff)
downloadtigervnc-c134168be95552aa97415b8acbdeff00bf400eda.tar.gz
tigervnc-c134168be95552aa97415b8acbdeff00bf400eda.zip
Update copyright years
Diffstat (limited to 'vncviewer')
-rw-r--r--vncviewer/vncviewer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index 5f1b980c..332a81c1 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -385,7 +385,7 @@ int main(int argc, char** argv)
// Generate the about string now that we get the proper translation
snprintf(aboutText, sizeof(aboutText), _aboutText,
(int)sizeof(size_t)*8, PACKAGE_VERSION,
- BUILD_TIMESTAMP, 2014);
+ BUILD_TIMESTAMP, 2015);
rfb::SecurityClient::setDefaults();