1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

fix version string

This commit is contained in:
Anders Borum
2021-10-23 14:35:58 +02:00
parent 3d6a8e2079
commit e7f3c32de1

View File

@@ -46,7 +46,7 @@
to make the BANNER define (used by src/session.c) be a valid SSH to make the BANNER define (used by src/session.c) be a valid SSH
banner. Release versions have no appended strings and may of course not banner. Release versions have no appended strings and may of course not
have dashes either. */ have dashes either. */
#define LIBSSH2_VERSION "1.10.1_DEV" #define LIBSSH2_VERSION "1.10.1"
/* The numeric version number is also available "in parts" by using these /* The numeric version number is also available "in parts" by using these
defines: */ defines: */