Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 79900e5

Browse files
committed
Bump version to 0.9.0
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
1 parent 63b0399 commit 79900e5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
1010
include(DefineCMakeDefaults)
1111
include(DefineCompilerFlags)
1212

13-
project(libssh VERSION 0.8.91 LANGUAGES C)
13+
project(libssh VERSION 0.9.0 LANGUAGES C)
1414

1515
# global needed variable
1616
set(APPLICATION_NAME ${PROJECT_NAME})

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ChangeLog
22
==========
33

4-
version 0.9.0 (released 2019-02-xx)
4+
version 0.9.0 (released 2019-06-28)
55
* Added support for AES-GCM
66
* Added improved rekeying support
77
* Added performance improvements

include/libssh/libssh.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878

7979
/* libssh version */
8080
#define LIBSSH_VERSION_MAJOR 0
81-
#define LIBSSH_VERSION_MINOR 8
82-
#define LIBSSH_VERSION_MICRO 91
81+
#define LIBSSH_VERSION_MINOR 9
82+
#define LIBSSH_VERSION_MICRO 0
8383

8484
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
8585
LIBSSH_VERSION_MINOR, \

0 commit comments

Comments
 (0)