From e7f3c32de1df41e046e565308391aecb38891cb3 Mon Sep 17 00:00:00 2001 From: Anders Borum Date: Sat, 23 Oct 2021 14:35:58 +0200 Subject: [PATCH] fix version string --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index b6b73d0a..e9216644 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -46,7 +46,7 @@ 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 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 defines: */