File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
sources/ippcp/crypto_mb/include/crypto_mb Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
#define IPP_VERSION_MAJOR 2021
31
31
#define IPP_VERSION_MINOR 7
32
- #define IPP_VERSION_UPDATE 0
32
+ #define IPP_VERSION_UPDATE 1
33
33
34
34
// Major interface version
35
35
#define IPP_INTERFACE_VERSION_MAJOR 11
36
36
// Minor interface version
37
- #define IPP_INTERFACE_VERSION_MINOR 5
37
+ #define IPP_INTERFACE_VERSION_MINOR 6
38
38
39
39
#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) " )"
40
40
Original file line number Diff line number Diff line change 24
24
#define MBX_LIB_NAME () "crypto_mb"
25
25
#define MBX_VER_MAJOR 1
26
26
#define MBX_VER_MINOR 0
27
- #define MBX_VER_REV 6
27
+ #define MBX_VER_REV 7
28
28
29
29
/* major interface version */
30
30
#define MBX_INTERFACE_VERSION_MAJOR 11
31
31
/* minor interface version */
32
- #define MBX_INTERFACE_VERSION_MINOR 5
32
+ #define MBX_INTERFACE_VERSION_MINOR 6
33
33
34
34
typedef struct {
35
35
int major ; /* e.g. 1 */
You can’t perform that action at this time.
0 commit comments