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

Bump version for release

This commit is contained in:
Sara Golemon
2004-12-08 04:00:51 +00:00
parent 82e9e2ba0f
commit 433a94606a
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
#include <string.h>
#include <sys/stat.h>
#define LIBSSH2_VERSION "0.1dev"
#define LIBSSH2_VERSION "0.1"
/* Part of every banner, user specified or not */
#define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION