mirror of
https://github.com/sweetlilmre/tapuino.git
synced 2026-07-27 19:55:41 +00:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define TAPUINO_MAJOR_VERSION 2
|
|
#define TAPUINO_MINOR_VERSION 1
|
|
#define TAPUINO_BUILD_VERSION 0
|
|
|
|
#endif |