mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-23 21:01:25 +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 |