aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-01-16 09:16:11 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-01-16 09:16:11 +0100
commit7f42f5a3c9a89918065b7be7f69f2f07d67c7696 (patch)
tree4c94bf41b9ce02786b9b62ede340fd0e803e1e8f /include
parent6223e05b2319e4810a5c375d20aaa28b109a752f (diff)
downloadlibssh-7f42f5a3c9a89918065b7be7f69f2f07d67c7696.tar.gz
libssh-7f42f5a3c9a89918065b7be7f69f2f07d67c7696.tar.xz
libssh-7f42f5a3c9a89918065b7be7f69f2f07d67c7696.zip
cmake: Increase version numbers for 0.6.1.
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 2b125f23..31bcc869 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 0
+#define LIBSSH_VERSION_MICRO 1
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \