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

0.19 in progress

This commit is contained in:
Daniel Stenberg
2007-11-12 09:21:46 +00:00
parent dbbd9eafc6
commit 63d863241a

View File

@@ -82,12 +82,12 @@ typedef unsigned long long libssh2_uint64_t;
typedef long long libssh2_int64_t; typedef long long libssh2_int64_t;
#endif #endif
#define LIBSSH2_VERSION "0.18.0-CVS" #define LIBSSH2_VERSION "0.19.0-CVS"
/* The numeric version number is also available "in parts" by using these /* The numeric version number is also available "in parts" by using these
defines: */ defines: */
#define LIBSSH2_VERSION_MAJOR 0 #define LIBSSH2_VERSION_MAJOR 0
#define LIBSSH2_VERSION_MINOR 18 #define LIBSSH2_VERSION_MINOR 19
#define LIBSSH2_VERSION_PATCH 0 #define LIBSSH2_VERSION_PATCH 0
/* This is the numeric version of the libssh2 version number, meant for easier /* This is the numeric version of the libssh2 version number, meant for easier
@@ -105,7 +105,7 @@ typedef long long libssh2_int64_t;
and it is always a greater number in a more recent release. It makes and it is always a greater number in a more recent release. It makes
comparisons with greater than and less than work. comparisons with greater than and less than work.
*/ */
#define LIBSSH2_VERSION_NUM 0x001200 #define LIBSSH2_VERSION_NUM 0x001300
/* /*
* This is the date and time when the full source package was created. The * This is the date and time when the full source package was created. The