aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2014-03-04 11:34:36 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2014-03-04 11:34:36 +0100
commitd027460792c543db13346009dca8b0f6d90677ae (patch)
tree93ab563db3e6e0751b8266ef66f4e7e8d55d1518 /include
parent3fdd82f2a8a776650f10f30c33546ce2dd42f073 (diff)
downloadlibssh-d027460792c543db13346009dca8b0f6d90677ae.tar.gz
libssh-d027460792c543db13346009dca8b0f6d90677ae.tar.xz
libssh-d027460792c543db13346009dca8b0f6d90677ae.zip
bump version to 0.6.2
Diffstat (limited to 'include')
-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 412215bf..25fe4b61 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -78,7 +78,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 6
-#define LIBSSH_VERSION_MICRO 1
+#define LIBSSH_VERSION_MICRO 2
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \