Skip to content

Commit

Permalink
Update JSON to have gz and ignition side by side
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jul 11, 2022
1 parent 6caddbb commit 95fcd7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmake/version_info.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
"branch": "${HG_BRANCH}"
},
"gz":
{
"project_name": "${PROJECT_NAME}",
"version": "${PROJECT_VERSION}",
"version_full": "${PROJECT_VERSION_FULL}",
"major": "${PROJECT_VERSION_MAJOR}",
"minor": "${PROJECT_VERSION_MINOR}",
"patch": "${PROJECT_VERSION_PATCH}"
},
"ignition":
{
"project_name": "${PROJECT_NAME}",
"version": "${PROJECT_VERSION}",
Expand Down

0 comments on commit 95fcd7a

Please sign in to comment.