From edcdf43264bc885a6ebfaa9404bd1078dfd5bf5c Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 1 Nov 2005 23:11:50 +0000 Subject: [PATCH] Prep for release --- README | 4 ++++ configure.in | 2 +- include/libssh2.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index cdb0a33..c8c3d31 100644 --- a/README +++ b/README @@ -15,6 +15,10 @@ Version 0.12 Re-fixed libssh2_sftp_rename_ex() Transport had right packet_len, but sftp layer still had extra 4 bytes. + Fixed build with newer OpenSSL headers. + + Added extern "C" declarations to libssh2_sftp.h for C++ compatability. + Version 0.11 ------------ diff --git a/configure.in b/configure.in index 96bf427..be06173 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # AC_PREREQ(2.57) -AC_INIT(libssh2,0.11,sarag@libssh2.org) +AC_INIT(libssh2,0.12,sarag@libssh2.org) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([include/libssh2_config.h]) diff --git a/include/libssh2.h b/include/libssh2.h index 3ef2a4e..204fdcf 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -71,7 +71,7 @@ typedef unsigned long long libssh2_uint64_t; typedef long long libssh2_int64_t; #endif -#define LIBSSH2_VERSION "0.11" +#define LIBSSH2_VERSION "0.12" #define LIBSSH2_APINO 200507211326 /* Part of every banner, user specified or not */