From 99cfb696107efe1be5f1db3732810b1e795d21d1 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 7 Mar 2008 02:26:24 +0000 Subject: changed version number to 0.2.1-svn git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@144 7dcaeef0-15fb-0310-b436-a5af3365683c --- configure.ac | 2 +- include/libssh/libssh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1fa4146a..2ec3845c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([libssh], 0.2, [aris@0xbadc0de.be]) +AC_INIT([libssh], 0.2.1-svn, [aris@0xbadc0de.be]) AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR([sample.c]) AC_CONFIG_HEADER([config.h]) diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 86dc09b1..c96bebe8 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -29,7 +29,7 @@ MA 02111-1307, USA. */ #endif #include -#define LIBSSH_VERSION "libssh-0.2" +#define LIBSSH_VERSION "libssh-0.2.1-svn" #ifdef __cplusplus extern "C" { -- cgit