Skip to content

Commit

Permalink
release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 2, 2009
1 parent 5a3da23 commit 98b0afd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 1.1 (April 2, 2009)
---------------------------

- (Mar 28 2009) Daniel Stenberg:

Jean-Louis Charton found a memory leak in
Expand Down
8 changes: 4 additions & 4 deletions include/libssh2.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ typedef long long libssh2_int64_t;
to make the BANNER define (used by src/session.c) be a valid SSH
banner. Release versions have no appended strings and may of course not
have dashes either. */
#define LIBSSH2_VERSION "1.0.1_CVS"
#define LIBSSH2_VERSION "1.1_CVS"

/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBSSH2_VERSION_MAJOR 1
#define LIBSSH2_VERSION_MINOR 0
#define LIBSSH2_VERSION_PATCH 1
#define LIBSSH2_VERSION_MINOR 1
#define LIBSSH2_VERSION_PATCH 0

/* This is the numeric version of the libssh2 version number, meant for easier
parsing and comparions by programs. The LIBSSH2_VERSION_NUM define will
Expand All @@ -110,7 +110,7 @@ typedef long long libssh2_int64_t;
and it is always a greater number in a more recent release. It makes
comparisons with greater than and less than work.
*/
#define LIBSSH2_VERSION_NUM 0x010001
#define LIBSSH2_VERSION_NUM 0x010100

/*
* This is the date and time when the full source package was created. The
Expand Down

0 comments on commit 98b0afd

Please sign in to comment.