ReactOS 0.4.15-dev-7842-g558ab78
version.h File Reference

Run-time version information. More...

#include "config.h"
Include dependency graph for version.h:

Go to the source code of this file.

Macros

#define MBEDTLS_VERSION_MAJOR   2
 
#define MBEDTLS_VERSION_MINOR   16
 
#define MBEDTLS_VERSION_PATCH   11
 
#define MBEDTLS_VERSION_NUMBER   0x02100B00
 
#define MBEDTLS_VERSION_STRING   "2.16.11"
 
#define MBEDTLS_VERSION_STRING_FULL   "mbed TLS 2.16.11"
 

Detailed Description

Run-time version information.

Definition in file version.h.

Macro Definition Documentation

◆ MBEDTLS_VERSION_MAJOR

#define MBEDTLS_VERSION_MAJOR   2

The version number x.y.z is split into three parts. Major, Minor, Patchlevel

Definition at line 66 of file version.h.

◆ MBEDTLS_VERSION_MINOR

#define MBEDTLS_VERSION_MINOR   16

Definition at line 67 of file version.h.

◆ MBEDTLS_VERSION_NUMBER

#define MBEDTLS_VERSION_NUMBER   0x02100B00

The single version number has the following structure: MMNNPP00 Major version | Minor version | Patch version

Definition at line 75 of file version.h.

◆ MBEDTLS_VERSION_PATCH

#define MBEDTLS_VERSION_PATCH   11

Definition at line 68 of file version.h.

◆ MBEDTLS_VERSION_STRING

#define MBEDTLS_VERSION_STRING   "2.16.11"

Definition at line 76 of file version.h.

◆ MBEDTLS_VERSION_STRING_FULL

#define MBEDTLS_VERSION_STRING_FULL   "mbed TLS 2.16.11"

Definition at line 77 of file version.h.