Skip to content

Commit 8e1f90d

Browse files
author
ipl_ci
committed
Intel(R) Integrated Performance Primitives Cryptography 2021.7.1
1 parent 577431a commit 8e1f90d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/ippversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030
#define IPP_VERSION_MAJOR 2021
3131
#define IPP_VERSION_MINOR 7
32-
#define IPP_VERSION_UPDATE 0
32+
#define IPP_VERSION_UPDATE 1
3333

3434
// Major interface version
3535
#define IPP_INTERFACE_VERSION_MAJOR 11
3636
// Minor interface version
37-
#define IPP_INTERFACE_VERSION_MINOR 5
37+
#define IPP_INTERFACE_VERSION_MINOR 6
3838

3939
#define IPP_VERSION_STR STR(IPP_VERSION_MAJOR) "." STR(IPP_VERSION_MINOR) "." STR(IPP_VERSION_UPDATE) " (" STR(IPP_INTERFACE_VERSION_MAJOR) "." STR(IPP_INTERFACE_VERSION_MINOR) " )"
4040

sources/ippcp/crypto_mb/include/crypto_mb/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
#define MBX_LIB_NAME() "crypto_mb"
2525
#define MBX_VER_MAJOR 1
2626
#define MBX_VER_MINOR 0
27-
#define MBX_VER_REV 6
27+
#define MBX_VER_REV 7
2828

2929
/* major interface version */
3030
#define MBX_INTERFACE_VERSION_MAJOR 11
3131
/* minor interface version */
32-
#define MBX_INTERFACE_VERSION_MINOR 5
32+
#define MBX_INTERFACE_VERSION_MINOR 6
3333

3434
typedef struct {
3535
int major; /* e.g. 1 */

0 commit comments

Comments
 (0)