Skip to content

Commit 76fe5fb

Browse files
committed
project: Update for 0.11.1 merge.
1 parent 2d8db0c commit 76fe5fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SMP/SMP.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ index e516c331..bf61e0fb 100644
109109
static int _ssh_init(unsigned constructor) {
110110

111111
diff --git a/src/misc.c b/src/misc.c
112-
index 6ae7cdf1..2cb2cb95 100644
112+
index 7fe243f5..42ace24b 100644
113113
--- a/src/misc.c
114114
+++ b/src/misc.c
115115
@@ -33,7 +33,6 @@

SMP/libssh/libssh_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* libssh version */
3030
#define LIBSSH_VERSION_MAJOR 0
3131
#define LIBSSH_VERSION_MINOR 11
32-
#define LIBSSH_VERSION_MICRO 0
32+
#define LIBSSH_VERSION_MICRO 1
3333

3434
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
3535
LIBSSH_VERSION_MINOR, \

0 commit comments

Comments
 (0)