From 205944e7628f09ccbca094fe3f2fd2abe1ee83f4 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 20:31:49 +0000 Subject: Apply patch libssh-0.9.4-fix-version.patch patch_name: libssh-0.9.4-fix-version.patch present_in_specfile: true location_in_specfile: 2 --- diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 7903013..e2a8d99 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -79,7 +79,7 @@ /* libssh version */ #define LIBSSH_VERSION_MAJOR 0 #define LIBSSH_VERSION_MINOR 9 -#define LIBSSH_VERSION_MICRO 3 +#define LIBSSH_VERSION_MICRO 4 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \ LIBSSH_VERSION_MINOR, \