Bump version for release and remove SFTP from TODO list

This commit is contained in:
Sara Golemon 2004-12-23 15:15:44 +00:00
parent f11c657a10
commit 3f24fb005e
4 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ CC = @CC@
CFLAGS = -c @CFLAGS@ -Iinclude/ -Wall -g CFLAGS = -c @CFLAGS@ -Iinclude/ -Wall -g
LIBS = -lssh2 -Lsrc/ LIBS = -lssh2 -Lsrc/
INSTALL = @INSTALL@ INSTALL = @INSTALL@
VERSION=0.2 VERSION=0.3
DISTLIB=libssh2-$(VERSION) DISTLIB=libssh2-$(VERSION)
all: all:

1
TODO
View File

@ -1,4 +1,3 @@
* More Crypt Methods * More Crypt Methods
* hmac-md5, hmac-md5-96 * hmac-md5, hmac-md5-96
* SFTP support
* Review callbacks * Review callbacks

View File

@ -1,5 +1,5 @@
# AC_PREREQ(2.57) # 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_SRCDIR([src])
AC_CONFIG_HEADER([include/libssh2_config.h]) AC_CONFIG_HEADER([include/libssh2_config.h])

View File

@ -42,7 +42,7 @@
#include <string.h> #include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
#define LIBSSH2_VERSION "0.2" #define LIBSSH2_VERSION "0.3"
#define LIBSSH2_APINO 200412211608 #define LIBSSH2_APINO 200412211608
/* Part of every banner, user specified or not */ /* Part of every banner, user specified or not */