diff --git a/Makefile.in b/Makefile.in index af2157bd..39e74165 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ CC = @CC@ CFLAGS = -c @CFLAGS@ -Iinclude/ -Wall -g LIBS = -lssh2 -Lsrc/ INSTALL = @INSTALL@ -VERSION=0.2 +VERSION=0.3 DISTLIB=libssh2-$(VERSION) all: diff --git a/TODO b/TODO index 9a7fcc2e..a303a2d0 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ * More Crypt Methods * hmac-md5, hmac-md5-96 -* SFTP support * Review callbacks diff --git a/configure.in b/configure.in index 2f22a62e..17ff97c9 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # AC_PREREQ(2.57) -AC_INIT(libssh2, 0.2 , sarag@libssh2.org) +AC_INIT(libssh2, 0.3 , 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 e4b95317..d1347c53 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -42,7 +42,7 @@ #include #include -#define LIBSSH2_VERSION "0.2" +#define LIBSSH2_VERSION "0.3" #define LIBSSH2_APINO 200412211608 /* Part of every banner, user specified or not */