Skip to content

Commit dd2b191

Browse files
update version listed in wolfssl-fips.rc and Ada wrapper
1 parent 8c5e188 commit dd2b191

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

IDE/WIN-SRTP-KDF-140-3/wolfssl-fips.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 5,7,0,0
55-
PRODUCTVERSION 5,7,0,0
54+
FILEVERSION 5,7,4,0
55+
PRODUCTVERSION 5,7,4,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "wolfSSL Inc."
7171
VALUE "FileDescription", "The wolfSSL FIPS embedded SSL library is a lightweight, portable, C-language-based SSL/TLS library targeted at IoT, embedded, and RTOS environments primarily because of its size, speed, and feature set."
72-
VALUE "FileVersion", "5.7.0.0"
72+
VALUE "FileVersion", "5.7.4.0"
7373
VALUE "InternalName", "wolfssl-fips"
7474
VALUE "LegalCopyright", "Copyright (C) 2023"
7575
VALUE "OriginalFilename", "wolfssl-fips.dll"
7676
VALUE "ProductName", "wolfSSL FIPS"
77-
VALUE "ProductVersion", "5.7.0.0"
77+
VALUE "ProductVersion", "5.7.4.0"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

wrapper/Ada/alire.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "wolfssl"
22
description = "WolfSSL encryption library and its Ada bindings"
3-
version = "5.7.2"
3+
version = "5.7.4"
44

55
authors = ["WolfSSL Team <support@wolfssl.com>"]
66
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>"]

0 commit comments

Comments
 (0)