From b88eb6a0967f712dc4da1008ff0d5ccbfd10fac9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Feb 2007 14:19:59 +0000 Subject: [PATCH] let's call the current version 0.15-CVS --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index 54b91cd..0a18d91 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.14" +#define LIBSSH2_VERSION "0.15-CVS" #define LIBSSH2_APINO 200507211326 /* Part of every banner, user specified or not */