Skip to content

Commit

Permalink
project: Update for 0.10.2 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Sep 2, 2022
1 parent b318653 commit dd7ec4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SMP/SMP.patch
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ index b8b86593..fd950225 100644
}

diff --git a/src/misc.c b/src/misc.c
index a2fdf31a..6dd169ab 100644
index 3f2652d4..36678203 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -51,8 +51,10 @@
Expand Down
2 changes: 1 addition & 1 deletion SMP/libssh/libssh_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 10
#define LIBSSH_VERSION_MICRO 0
#define LIBSSH_VERSION_MICRO 2

#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \
Expand Down

0 comments on commit dd7ec4d

Please sign in to comment.