aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2021-01-01 16:08:30 +0100
committerAndreas Schneider <asn@cryptomilk.org>2021-01-01 16:08:30 +0100
commit6f934cc488b9fb2162ea701e6e829e5d5a8d5fb1 (patch)
tree6c1c448a42be11cf6c1b494b1c60c284b8f26193 /src
parentd005163ace21dbf2dbf9de579dbec237264969c0 (diff)
downloadlibssh-6f934cc488b9fb2162ea701e6e829e5d5a8d5fb1.tar.gz
libssh-6f934cc488b9fb2162ea701e6e829e5d5a8d5fb1.tar.xz
libssh-6f934cc488b9fb2162ea701e6e829e5d5a8d5fb1.zip
Happy new year 2021!
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index 3984b3f4..292c919e 100644
--- a/src/client.c
+++ b/src/client.c
@@ -775,7 +775,7 @@ error:
}
const char *ssh_copyright(void) {
- return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2019 "
+ return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2021 "
"Aris Adamantiadis, Andreas Schneider "
"and libssh contributors. "
"Distributed under the LGPL, please refer to COPYING "