Sliders_McGee/Core/Inc/version.h

9 lines
163 B
C

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