From 159120f84460b2d6ef593720223f4508e02fb429 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 9 Feb 2005 19:22:34 +0000 Subject: [PATCH] Bump for release --- configure.in | 2 +- include/libssh2.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index b10121e..d22f21e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # AC_PREREQ(2.57) -AC_INIT(libssh2,0.5,sarag@libssh2.org) +AC_INIT(libssh2,0.6,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 6a80ffc..8b4b7fe 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -66,8 +66,8 @@ typedef unsigned long long libssh2_uint64_t; typedef long long libssh2_int64_t; #endif -#define LIBSSH2_VERSION "0.5" -#define LIBSSH2_APINO 200502022145 +#define LIBSSH2_VERSION "0.6" +#define LIBSSH2_APINO 200502091118 /* Part of every banner, user specified or not */ #define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION