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

11 lines
142 B
C
Raw Normal View History

2020-09-24 03:53:33 +02:00
#ifndef version_h
#define version_h
#include "StringFormatter.h"
// const char VERSION[] PROGMEM ="0.2.0";
2021-01-08 22:58:22 +01:00
#define VERSION "3.0.2"
2020-09-24 03:53:33 +02:00
2020-10-22 20:38:10 +02:00
#endif