Nut/OS  4.10.3
API Reference
version.h File Reference
#include <compiler.h>
#include <sys/types.h>
#include <stdint.h>
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NUT_VERSION_MAJOR   4
#define NUT_VERSION_MINOR   10
#define NUT_VERSION_RELEASE   3
#define NUT_VERSION_BUILD   1
#define OS_VERSION_NUMBER

Functions

uint32_t NutVersion (void)
 Return Nut/OS version.
CONST char * NutVersionString (void)
 Return Nut/OS version string.

Define Documentation

#define NUT_VERSION_MAJOR   4

Definition at line 54 of file version.h.

Referenced by SSDPTask().

#define NUT_VERSION_MINOR   10

Definition at line 55 of file version.h.

Referenced by SSDPTask().

#define NUT_VERSION_RELEASE   3

Definition at line 56 of file version.h.

#define NUT_VERSION_BUILD   1

Definition at line 57 of file version.h.

#define OS_VERSION_NUMBER
Value:

Definition at line 59 of file version.h.

Referenced by NutVersion().