Bump for release

This commit is contained in:
Sara Golemon 2004-12-24 23:23:09 +00:00
parent d2d8f8ad0b
commit 371f5de682
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
# AC_PREREQ(2.57)
AC_INIT(libssh2, 0.3 , sarag@libssh2.org)
AC_INIT(libssh2, 0.4 , sarag@libssh2.org)
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADER([include/libssh2_config.h])

View File

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