From b26ca652f5721d18a4059e2f500622b9f26635c1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 5 Jan 2019 13:18:12 +0100 Subject: [PATCH] client: Happy new year! Signed-off-by: Andreas Schneider --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "