Include minor version or build number #150
wyatt-wong
started this conversation in
General
Replies: 1 comment 3 replies
-
The commit hash is included in the version number unless you specifically tell the build system not to:
That build was from the commit mamedev/mame@a916fd601df, which was 327 commits on top of the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I checked the latest GitHub source several times per day or daily and I found there are frequently updates to the source. However, after I built the GitHub source to binary in macOS Sequoia, I found it remains version 0.270.
Is it possible to include minor version or build number to differentiate every single change in the GitHub source ?
wyattwongMacBookPro mame % git pull remote: Enumerating objects: 11, done. remote: Counting objects: 100% (11/11), done. remote: Compressing objects: 100% (3/3), done. remote: Total 11 (delta 8), reused 8 (delta 8), pack-reused 0 (from 0) Unpacking objects: 100% (11/11), 4.29 KiB | 26.00 KiB/s, done. From https://github.com/mamedev/mame 8b863228355..1ca12d518a9 master -> origin/master Updating 8b863228355..1ca12d518a9 Fast-forward hash/famicom_flop.xml | 2 +- hash/nes.xml | 42 ++++++++------------- src/mame/misc/mosaic.cpp | 97 +++++++++++++++++++++--------------------------- 3 files changed, 58 insertions(+), 83 deletions(-) wyattwongMacBookPro mame %
Beta Was this translation helpful? Give feedback.
All reactions