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