#ifndef _VERSION_H #define _VERSION_H #define VERSION_MAJOR (1u) #define VERSION_MINOR (1u) #define VERSION_PATCH (1u) #define VERSION_STR "V1.1.1" #endif