From 371f5de682aa3e5983074b54651d2740fa22cd0b Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 24 Dec 2004 23:23:09 +0000 Subject: [PATCH] Bump for release --- Makefile.in | 2 +- configure.in | 2 +- include/libssh2.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 39e74165..9b832fed 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.3 +VERSION=0.4 DISTLIB=libssh2-$(VERSION) all: diff --git a/configure.in b/configure.in index 17ff97c9..053bf19c 100644 --- a/configure.in +++ b/configure.in @@ -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]) diff --git a/include/libssh2.h b/include/libssh2.h index f4312dfa..4d774f7e 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -42,7 +42,7 @@ #include #include -#define LIBSSH2_VERSION "0.3" +#define LIBSSH2_VERSION "0.4" #define LIBSSH2_APINO 200412241457 /* Part of every banner, user specified or not */