1
1
Этот коммит содержится в:
Sara Golemon 2006-06-22 18:50:26 +00:00
родитель adee5e5653
Коммит ace0c8f00b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

@ -71,7 +71,7 @@ typedef unsigned long long libssh2_uint64_t;
typedef long long libssh2_int64_t;
#endif
#define LIBSSH2_VERSION "0.13"
#define LIBSSH2_VERSION "0.14"
#define LIBSSH2_APINO 200507211326
/* Part of every banner, user specified or not */