diff options
Diffstat (limited to 'libssh/client.c')
-rw-r--r-- | libssh/client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh/client.c b/libssh/client.c index 06750a4..2a47b76 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -389,9 +389,9 @@ void ssh_disconnect(SSH_SESSION *session){ } const char *ssh_copyright(void) { - return LIBSSH_VERSION " (c) 2003-2008 Aris Adamantiadis (aris@0xbadc0de.be)" - " Distributed under the LGPL, please refer to COPYING file for informations" - " about your rights" ; + return SSH_STRINGIFY(LIBSSH_VERSION) " (c) 2003-2008 Aris Adamantiadis " + "(aris@0xbadc0de.be) Distributed under the LGPL, please refer to COPYING" + "file for informations about your rights"; } /** @} */ |