From 7c64e21df60764efe616e63b521cb98568eeb667 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 23 Mar 2005 00:30:05 +0000 Subject: [PATCH] Bump for release --- configure.in | 2 +- include/libssh2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d78f30e5..c0c37585 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # AC_PREREQ(2.57) -AC_INIT(libssh2,0.7,sarag@libssh2.org) +AC_INIT(libssh2,0.8,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 40e07985..5c51790c 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -67,7 +67,7 @@ typedef unsigned long long libssh2_uint64_t; typedef long long libssh2_int64_t; #endif -#define LIBSSH2_VERSION "0.7" +#define LIBSSH2_VERSION "0.8" #define LIBSSH2_APINO 200503221619 /* Part of every banner, user specified or not */