aboutsummaryrefslogtreecommitdiff
path: root/src/client.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-01-05 13:18:12 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-05 13:18:12 +0100
commitb26ca652f5721d18a4059e2f500622b9f26635c1 (patch)
tree2519d202c55778c75451448a791424d6769abfdc /src/client.c
parent9f1718e159173f6f3c2bdfb6f649fd7fed058214 (diff)
downloadlibssh-b26ca652f5721d18a4059e2f500622b9f26635c1.tar.gz
libssh-b26ca652f5721d18a4059e2f500622b9f26635c1.tar.xz
libssh-b26ca652f5721d18a4059e2f500622b9f26635c1.zip
client: Happy new year!
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index 964251c0..72393374 100644
--- a/src/client.c
+++ b/src/client.c
@@ -745,7 +745,7 @@ error:
}
const char *ssh_copyright(void) {
- return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2018 "
+ return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2019 "
"Aris Adamantiadis, Andreas Schneider "
"and libssh contributors. "
"Distributed under the LGPL, please refer to COPYING "