Skip to content

Commit c99ebf7

Browse files
committed
Release v1.4.22
1. Update configure.ac.
1 parent b5c9751 commit c99ebf7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# wolfssh
2-
# Copyright (C) 2014-2024 wolfSSL Inc.
2+
# Copyright (C) 2014-2026 wolfSSL Inc.
33
# All right reserved.
44

5-
AC_COPYRIGHT([Copyright (C) 2014-2024 wolfSSL Inc.])
6-
AC_INIT([wolfssh],[1.4.21],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
5+
AC_COPYRIGHT([Copyright (C) 2014-2026 wolfSSL Inc.])
6+
AC_INIT([wolfssh],[1.4.22],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
77
AC_PREREQ([2.69])
88
AC_CONFIG_AUX_DIR([build-aux])
99

@@ -18,7 +18,7 @@ AC_ARG_PROGRAM
1818
AC_CONFIG_MACRO_DIR([m4])
1919
AC_CONFIG_HEADERS([config.h])
2020

21-
WOLFSSH_LIBRARY_VERSION=18:0:0
21+
WOLFSSH_LIBRARY_VERSION=19:0:1
2222
# | | |
2323
# +-----+ | +----+
2424
# | | |

wolfssh/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
extern "C" {
3636
#endif
3737

38-
#define LIBWOLFSSH_VERSION_STRING "1.4.21"
39-
#define LIBWOLFSSH_VERSION_HEX 0x01004021
38+
#define LIBWOLFSSH_VERSION_STRING "1.4.22"
39+
#define LIBWOLFSSH_VERSION_HEX 0x01004022
4040

4141
#ifdef __cplusplus
4242
}

0 commit comments

Comments
 (0)