aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-05-06 11:01:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-05-06 11:01:33 +0200
commit3f4b5436e5291ef8a91f1667e9f971c061a0cf6e (patch)
tree74e67c35d786e543cd55307594e2a0f76f2eccb5 /include
parent82cf5ea24c3c56353128e4c5bbe67db81bb6c0fe (diff)
downloadlibssh-3f4b5436e5291ef8a91f1667e9f971c061a0cf6e.tar.gz
libssh-3f4b5436e5291ef8a91f1667e9f971c061a0cf6e.tar.xz
libssh-3f4b5436e5291ef8a91f1667e9f971c061a0cf6e.zip
Bump version to 0.7.0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
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 f4e4fe93..983966da 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -77,7 +77,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
-#define LIBSSH_VERSION_MINOR 6
+#define LIBSSH_VERSION_MINOR 7
#define LIBSSH_VERSION_MICRO 0
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \