prepare for release 5.7.0

This commit is contained in:
JacobBarthelmeh
2024-03-20 19:32:22 +07:00
parent 3129e29a19
commit e5914effab
7 changed files with 246 additions and 145 deletions

View File

@@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,6,6,0
PRODUCTVERSION 5,6,6,0
FILEVERSION 5,7,0,0
PRODUCTVERSION 5,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "wolfSSL Inc."
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."
VALUE "FileVersion", "5.6.6.0"
VALUE "FileVersion", "5.7.0.0"
VALUE "InternalName", "wolfssl-fips"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "wolfssl-fips.dll"
VALUE "ProductName", "wolfSSL FIPS"
VALUE "ProductVersion", "5.6.6.0"
VALUE "ProductVersion", "5.7.0.0"
END
END
BLOCK "VarFileInfo"