mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-02-18 15:06:59 -05:00
30 lines
628 B
Plaintext
30 lines
628 B
Plaintext
{
|
|
"git":
|
|
{
|
|
"git_branch": "__GIT_BRANCH__",
|
|
"git_commit": "__GIT_REVISION__",
|
|
"git_tag": "__GIT_TAG__"
|
|
},
|
|
"misc":
|
|
{
|
|
"codename": "__MISC_CODENAME__",
|
|
"kernel": "__MISC_KERNEL__",
|
|
"buildon": "__MISC_BUILD_HOST__",
|
|
"builddate": "__MISC_BUILD_DATE__",
|
|
"builduser": "__MISC_BUILD_USER__"
|
|
},
|
|
"version":
|
|
{
|
|
"major": "__VERSION_MAJOR__",
|
|
"minor": "__VERSION_MINOR__",
|
|
"patch": "__VERSION_PATCH__",
|
|
"string": "__VERSION_STRING__"
|
|
},
|
|
"bootloader":
|
|
{
|
|
"included": "__BOOTLOADER_INCLUDED__",
|
|
"version": "__BOOTLOADER_INCLUDED_VERSION__",
|
|
"fiename": "__BOOTLOADER_INCLUDED_FILENAME__"
|
|
}
|
|
}
|