Loggy_McLogger/Core/Inc/version.h

11 lines
192 B
C

#ifndef _VERSION_H_
#define _VERSION_H_
#define MAJOR_VERSION 0
#define MINOR_VERSION 0
#define PATCH_VERSION 1
#define VERSION_STR "0.0.1"
#endif // _VERSION_H_