mirror of
https://github.com/dimoniche/Moyka.git
synced 2026-01-29 17:33:33 +03:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#define DEVICE_FW_VERSION "02.11"
|
|
|
|
|
|
#endif // #ifndef _VERSION_H_
|