1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00
CommandStation-EX/version.h
2021-01-03 09:11:11 +00:00

11 lines
140 B
C

#ifndef version_h
#define version_h
#include "StringFormatter.h"
// const char VERSION[] FLASH ="0.2.0";
#define VERSION "3.0.1"
#endif