1
0
forked from me/IronOS

Removed BUILD_VERSION from python translation

Add. new version.h, which included now the build version.
Adapted build.sh -  to extract the build version from versioh.h and sends it to translation script.
This commit is contained in:
GeminiServer
2020-03-19 00:42:25 +01:00
parent 9762beb746
commit 4aabf770cd
3 changed files with 38 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
/**
* 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.08"