Skip to content

Commit dd7ec4d

Browse files
committed
project: Update for 0.10.2 merge.
1 parent b318653 commit dd7ec4d

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
@@ -135,7 +135,7 @@ index b8b86593..fd950225 100644
135135
}
136136

137137
diff --git a/src/misc.c b/src/misc.c
138-
index a2fdf31a..6dd169ab 100644
138+
index 3f2652d4..36678203 100644
139139
--- a/src/misc.c
140140
+++ b/src/misc.c
141141
@@ -51,8 +51,10 @@

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 10
32-
#define LIBSSH_VERSION_MICRO 0
32+
#define LIBSSH_VERSION_MICRO 2
3333

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

0 commit comments

Comments
 (0)