From 26e7e66ecfe4aa9733792f7b606c04f2546c7174 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 17 Dec 2004 01:33:17 +0000 Subject: [PATCH] Bump version 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 67d2467..16a3218 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.1 +VERSION=0.2 DISTLIB=libssh2-$(VERSION) all: diff --git a/configure.in b/configure.in index 5ee33f4..3da77d3 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # AC_PREREQ(2.57) -AC_INIT(libssh2, 0.1 , pollita@php.net) +AC_INIT(libssh2, 0.2 , pollita@php.net) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([include/libssh2_config.h]) diff --git a/include/libssh2.h b/include/libssh2.h index 797f746..6efc879 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -42,7 +42,7 @@ #include #include -#define LIBSSH2_VERSION "0.1" +#define LIBSSH2_VERSION "0.2" #define LIBSSH2_APINO 200412161500 /* Part of every banner, user specified or not */