#ifndef _VERSION_H #define _VERSION_H #define VERSION_MAJOR (1) #define VERSION_MINOR (0) #define VERSION_PATCH (3) #define VERSION_STR "V1.0.3" #endif