aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-02-23 08:23:31 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-02-23 08:23:31 +0100
commitcdf7690e038230623cbbf6b024ece62f41efa98d (patch)
tree518160ec17ac8779450030caa0c1f13ba0558be3 /include
parent7b197190221a8fe822c55795b8c9a30cc3bae918 (diff)
downloadlibssh-cdf7690e038230623cbbf6b024ece62f41efa98d.tar.gz
libssh-cdf7690e038230623cbbf6b024ece62f41efa98d.tar.xz
libssh-cdf7690e038230623cbbf6b024ece62f41efa98d.zip
Bump version to 0.7.3libssh-0.7.3
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 8388f5d5..07ffb844 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 7
-#define LIBSSH_VERSION_MICRO 2
+#define LIBSSH_VERSION_MICRO 3
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \