diff options
| author | Andreas Schneider <mail@cynapses.org> | 2009-08-12 17:13:04 +0200 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2009-08-12 17:13:04 +0200 |
| commit | 0793bf5aa624e130e8f914599b2756f5bfb11dfa (patch) | |
| tree | 280f7b0fbf9ad475e8be2f92a185670cdf6b68fa /include | |
| parent | d9b7e4cb7a40fe171aea1411ce8cfabc25036bb3 (diff) | |
| download | libssh-0793bf5aa624e130e8f914599b2756f5bfb11dfa.tar.gz libssh-0793bf5aa624e130e8f914599b2756f5bfb11dfa.tar.xz libssh-0793bf5aa624e130e8f914599b2756f5bfb11dfa.zip | |
Set version number to 0.4.0.
Diffstat (limited to 'include')
| -rw-r--r-- | include/libssh/libssh.h | 2 |
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, \ |
