summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-03-15 19:33:11 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-15 19:33:11 +0100
commit99a58eb325fdb0dce9b291c8ba586f7c239858bc (patch)
treed727027c95466171e5a95a3550c4a1a51a92c67d /include/libssh
parented1cba705c92ed648e0427ad0a99efeac3228ecc (diff)
downloadlibssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.tar.gz
libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.tar.xz
libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.zip
Increase version number to 0.4.2.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index fa4d1d83..2c90aa2b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -79,7 +79,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 4
-#define LIBSSH_VERSION_MICRO 1
+#define LIBSSH_VERSION_MICRO 2
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \