diff --git a/configure.in b/configure.in
index 4b2f577..1579c2a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 # AC_PREREQ(2.57)
-AC_INIT(libssh2,0.6,sarag@libssh2.org)
+AC_INIT(libssh2,0.7,sarag@libssh2.org)
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_HEADER([include/libssh2_config.h])
 
diff --git a/include/libssh2.h b/include/libssh2.h
index 8b10a39..95d1c4b 100644
--- a/include/libssh2.h
+++ b/include/libssh2.h
@@ -67,7 +67,7 @@ typedef unsigned long long libssh2_uint64_t;
 typedef long long libssh2_int64_t;
 #endif
 
-#define LIBSSH2_VERSION								"0.6"
+#define LIBSSH2_VERSION								"0.7"
 #define LIBSSH2_APINO								200502132140
 
 /* Part of every banner, user specified or not */