mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 13:21:23 +01:00
10 lines
185 B
C
10 lines
185 B
C
|
#ifndef IO_EXIOEXPANDER_VERSION_H
|
||
|
#define IO_EXIOEXPANDER_VERSION_H
|
||
|
|
||
|
#include "StringFormatter.h"
|
||
|
|
||
|
|
||
|
#define EXIO_VERSION "0.0.1alpha"
|
||
|
// 0.0.1 Initial version for alpha testing
|
||
|
|
||
|
#endif
|