Sliders_McGee/Core/Inc/version.h

9 lines
163 B
C
Raw Normal View History

#ifndef _VERSION_H
#define _VERSION_H
#define VERSION_MAJOR (1)
#define VERSION_MINOR (0)
2024-07-12 17:23:02 -05:00
#define VERSION_PATCH (4)
#define VERSION_STR "V1.0.4"
#endif