Loggy_McLogger/Core/Inc/version.h

11 lines
192 B
C
Raw Permalink Normal View History

2024-07-15 20:31:48 -05:00
#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_