diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/libssh/libssh.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1fa4146..2ec3845 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 86dc09b..c96bebe 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -29,7 +29,7 @@ MA 02111-1307, USA. */ #endif #include <inttypes.h> -#define LIBSSH_VERSION "libssh-0.2" +#define LIBSSH_VERSION "libssh-0.2.1-svn" #ifdef __cplusplus extern "C" { |