mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
10 lines
141 B
C
10 lines
141 B
C
|
#ifndef version_h
|
||
|
#define version_h
|
||
|
|
||
|
#include "StringFormatter.h"
|
||
|
|
||
|
// const char VERSION[] PROGMEM ="0.2.0";
|
||
|
#define VERSION "0.2.0"
|
||
|
|
||
|
|
||
|
#endif
|