From 00e5975ad27cf16635208a813db4a563e5e58408 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 21 Oct 2024 11:59:53 +0200 Subject: [PATCH] libssh2.h: bump to 1.11.1 --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 8b16dd2e..f3ba804a 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -48,7 +48,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.11.1_DEV" +#define LIBSSH2_VERSION "1.11.1" /* The numeric version number is also available "in parts" by using these defines: */