Skip to content

Commit

Permalink
feat!: make emulator patch version not impact machine root hash
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Aug 18, 2023
1 parent c8ddbe4 commit 3e36e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/template/machine-c-version.h.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define CM_VERSION \
_CM_STR(CM_VERSION_MAJOR) "." _CM_STR(CM_VERSION_MINOR) "." _CM_STR(CM_VERSION_PATCH) CM_VERSION_LABEL

#define CM_MIMPID (CM_VERSION_MAJOR * 1000000 + CM_VERSION_MINOR * 1000 + CM_VERSION_PATCH)
#define CM_MIMPID (CM_VERSION_MAJOR * 1000000 + CM_VERSION_MINOR)

// NOLINTEND
#endif // MACHINE_EMULATOR_SDK_MACHINE_C_VERSION_H

0 comments on commit 3e36e2e

Please sign in to comment.