mirror of
https://github.com/Ralim/IronOS.git
synced 2025-07-24 04:40:34 +02:00
8 lines
244 B
C
8 lines
244 B
C
/**
|
|
* Firmware build version - format: xx.yy.zzzzzz
|
|
* x: Major - y: Minor - z: git short hash generated automaticaly from git
|
|
* i.e.: BUILD_VERSION = 'Rel. v2.08' --> Will generated to: 'v2.08.1a2b3c4'
|
|
*/
|
|
|
|
#define BUILD_VERSION "v2.18"
|