Skip to content

Commit

Permalink
project: Update for 0.11.1 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Oct 19, 2024
1 parent 2d8db0c commit 76fe5fb
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 @@ -109,7 +109,7 @@ index e516c331..bf61e0fb 100644
static int _ssh_init(unsigned constructor) {

diff --git a/src/misc.c b/src/misc.c
index 6ae7cdf1..2cb2cb95 100644
index 7fe243f5..42ace24b 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -33,7 +33,6 @@
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 11
#define LIBSSH_VERSION_MICRO 0
#define LIBSSH_VERSION_MICRO 1

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

0 comments on commit 76fe5fb

Please sign in to comment.