1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

0.19 is now 1.0

This commit is contained in:
Daniel Stenberg
2008-12-22 12:51:27 +00:00
parent 8eba2961ac
commit d602478e87
2 changed files with 9 additions and 10 deletions

View File

@@ -86,12 +86,12 @@ 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 coruse not
have dashes either. */
#define LIBSSH2_VERSION "0.19.0_CVS"
#define LIBSSH2_VERSION "1.0.0_CVS"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBSSH2_VERSION_MAJOR 0
#define LIBSSH2_VERSION_MINOR 19
#define LIBSSH2_VERSION_MAJOR 1
#define LIBSSH2_VERSION_MINOR 0
#define LIBSSH2_VERSION_PATCH 0
/* This is the numeric version of the libssh2 version number, meant for easier
@@ -109,7 +109,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 0x001300
#define LIBSSH2_VERSION_NUM 0x010000
/*
* This is the date and time when the full source package was created. The