Skip to content

Commit 8ecd793

Browse files
Merged PR 6713031: Bump version to 100.20
+ Mariner and Overlake modules with certifiable entropy + Rework approach to SymCryptFatals + Small bug fixes Related work items: #37193996
1 parent ec80cbc commit 8ecd793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/symcrypt_internal_shared.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//
2424

2525
#define SYMCRYPT_CODE_VERSION_API 100
26-
#define SYMCRYPT_CODE_VERSION_MINOR 19
26+
#define SYMCRYPT_CODE_VERSION_MINOR 20
2727
#define SYMCRYPT_CODE_VERSION_PATCH 0
2828

2929
#if defined(DBG)

module/linux_common/exports.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_100.18 {
1+
VERSION_100.20 {
22
global:
33
g_SymCryptFipsSelftestsPerformed;
44
SymCrypt3DesBlockCipher;

0 commit comments

Comments
 (0)