summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-05-12 19:00:07 +0200
committerAndreas Schneider <mail@cynapses.org>2010-05-12 19:00:07 +0200
commit4abd0522b428f14c76bbf9f894a9cc9570cc3d94 (patch)
treec9e233e0df7ad4aa8e76a6668df6af31329e74de /include/libssh/libssh.h
parent62b6eb4436c53c2cc7c09684d2b8730c16f917ce (diff)
Increment version and soversion numbers.
Diffstat (limited to 'include/libssh/libssh.h')
-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 c25f8e67..53174dad 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 4
-#define LIBSSH_VERSION_MICRO 2
+#define LIBSSH_VERSION_MICRO 3
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \