7 lines
179 B
C
7 lines
179 B
C
#ifndef __TINYCBOR_VERSION_H
|
|
#define __TINYCBOR_VERSION_H
|
|
#define TINYCBOR_VERSION_MAJOR 0
|
|
#define TINYCBOR_VERSION_MINOR 5
|
|
#define TINYCBOR_VERSION_PATCH 3
|
|
#endif
|