aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-12 17:13:04 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-12 17:13:04 +0200
commit0793bf5aa624e130e8f914599b2756f5bfb11dfa (patch)
tree280f7b0fbf9ad475e8be2f92a185670cdf6b68fa
parentd9b7e4cb7a40fe171aea1411ce8cfabc25036bb3 (diff)
downloadlibssh-0793bf5aa624e130e8f914599b2756f5bfb11dfa.tar.gz
libssh-0793bf5aa624e130e8f914599b2756f5bfb11dfa.tar.xz
libssh-0793bf5aa624e130e8f914599b2756f5bfb11dfa.zip
Set version number to 0.4.0.
-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 cf2ab165..62a74ffa 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -76,7 +76,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
-#define LIBSSH_VERSION_MINOR 3
+#define LIBSSH_VERSION_MINOR 4
#define LIBSSH_VERSION_MICRO 0
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \