9 lines
141 B
C
9 lines
141 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define TAPUINO_MAJOR_VERSION 2
|
|
#define TAPUINO_MINOR_VERSION 5
|
|
#define TAPUINO_BUILD_VERSION 0
|
|
|
|
#endif
|