1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

Bump for release

This commit is contained in:
Sara Golemon
2005-02-09 19:22:34 +00:00
parent fc1563a41d
commit 159120f844
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -66,8 +66,8 @@ typedef unsigned long long libssh2_uint64_t;
typedef long long libssh2_int64_t;
#endif
#define LIBSSH2_VERSION "0.5"
#define LIBSSH2_APINO 200502022145
#define LIBSSH2_VERSION "0.6"
#define LIBSSH2_APINO 200502091118
/* Part of every banner, user specified or not */
#define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION