1
0
forked from me/IronOS

Update version for release

This commit is contained in:
Ben V. Brown
2020-05-30 13:57:04 +10:00
parent 6af4494442
commit cf18863958

View File

@@ -1,7 +1,7 @@
/**
* Firmware build version - format: xx.yy.zzzzzz
* 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'
* i.e.: BUILD_VERSION = 'Rel. v2.08' --> Will generated to: 'v2.08.1a2b3c4'
*/
#define BUILD_VERSION "v2.09"
#define BUILD_VERSION "v2.10"